Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
c2bc0300
Commit
c2bc0300
authored
Jan 30, 2011
by
Weston Triemstra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more fumbling the dark
parent
f874c67f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
Rakefile
Rakefile
+1
-1
VERSION.yml
VERSION.yml
+1
-1
netsign-annotate.gemspec
netsign-annotate.gemspec
+4
-2
No files found.
Rakefile
View file @
c2bc0300
...
@@ -31,7 +31,7 @@ rescue LoadError
...
@@ -31,7 +31,7 @@ rescue LoadError
puts
"Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
puts
"Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end
end
# Dir["#{File.dirname(__FILE
)}/tasks/*.rake"].sort.each { |ext| load ext }
Dir
[
"
#{
File
.
dirname
(
__FILE__
)
}
/tasks/*.rake"
].
sort
.
each
{
|
ext
|
load
ext
}
# require 'spec/rake/spectask'
# require 'spec/rake/spectask'
# Spec::Rake::SpecTask.new(:spec) do |spec|
# Spec::Rake::SpecTask.new(:spec) do |spec|
...
...
VERSION.yml
View file @
c2bc0300
---
---
:major
:
2
:major
:
2
:minor
:
4
:minor
:
4
:patch
:
0
:patch
:
3
netsign-annotate.gemspec
View file @
c2bc0300
# Generated by jeweler
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run
'rake gemspec'
# Instead, edit Jeweler::Tasks in Rakefile, and run
the gemspec command
# -*- encoding: utf-8 -*-
# -*- encoding: utf-8 -*-
Gem
::
Specification
.
new
do
|
s
|
Gem
::
Specification
.
new
do
|
s
|
...
@@ -31,9 +31,11 @@ Gem::Specification.new do |s|
...
@@ -31,9 +31,11 @@ Gem::Specification.new do |s|
"spec/annotate/annotate_routes_spec.rb"
,
"spec/annotate/annotate_routes_spec.rb"
,
"spec/annotate_spec.rb"
,
"spec/annotate_spec.rb"
,
"spec/spec.opts"
,
"spec/spec.opts"
,
"spec/spec_helper.rb"
"spec/spec_helper.rb"
,
"tasks/migrate.rake"
]
]
s
.
homepage
=
%q{https://github.com/miyucy/annotate_models}
s
.
homepage
=
%q{https://github.com/miyucy/annotate_models}
s
.
rdoc_options
=
[
"--charset=UTF-8"
]
s
.
require_paths
=
[
"lib"
]
s
.
require_paths
=
[
"lib"
]
s
.
rubyforge_project
=
%q{netsign-annotate}
s
.
rubyforge_project
=
%q{netsign-annotate}
s
.
rubygems_version
=
%q{1.3.7}
s
.
rubygems_version
=
%q{1.3.7}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment