File tree Expand file tree Collapse file tree 4 files changed +7
-14
lines changed
Expand file tree Collapse file tree 4 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1- 1.1.3
1+ 1.1.4
22 Fix circular dependency
33
441.1.2
Original file line number Diff line number Diff line change 99 diff-lcs (1.1.3 )
1010 power_assert (1.0.2 )
1111 rake (0.9.6 )
12- rspec (2.5.0 )
13- rspec-core (~> 2.5.0 )
14- rspec-expectations (~> 2.5.0 )
15- rspec-mocks (~> 2.5.0 )
16- rspec-core (2.5.2 )
17- rspec-expectations (2.5.0 )
18- diff-lcs (~> 1.1.2 )
19- rspec-mocks (2.5.0 )
2012 test-unit (3.2.3 )
2113 power_assert
2214
@@ -25,7 +17,6 @@ PLATFORMS
2517 x86-mingw32
2618
2719DEPENDENCIES
28- os !
2920 rake (~> 0.8 )
3021 rspec (~> 2.5.0 )
3122 test-unit (~> 3 )
Original file line number Diff line number Diff line change 11require 'rubygems' if RUBY_VERSION < '1.9.0'
22
33# HOW TO DEPLOY
4- # Don't forget to run rake gemspec with each release [after modify VERSION]! ... I think...
4+ # bump VERSION file manually
5+ # rake release
6+ # Don't forget to run rake gemspec with each release! ... I think...or rake release might be same thing
57# then manually edit os.gemspec remove duplicatee rspecs, circular dependency on os? HUH?
68# # then gem build os.gemspec
79# rake build doesn't work???
810# sooo...
9- # basically these days just adjust this file, and VERSION, push it ...gem push os-1.1.2.gem
11+ # ...gem push os-1.1.2.gem
1012
1113begin
1214 require 'jeweler'
2022 gem . license = "MIT"
2123 # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
2224 # gem.add_development_dependency "fast_require"
23- gem . add_development_dependency "rspec" , ">= 2.0"
25+ # gem.add_development_dependency "rspec", ">= 2.0"
2426 end
2527rescue LoadError => e
2628 puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler #{ e } "
Original file line number Diff line number Diff line change 1- 1.1.3
1+ 1.1.4
You can’t perform that action at this time.
0 commit comments