Skip to content

Commit 2932ffa

Browse files
committed
more attempts
1 parent 7c41fe8 commit 2932ffa

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.1.3
1+
1.1.4
22
Fix circular dependency
33

44
1.1.2

Gemfile.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ GEM
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

2719
DEPENDENCIES
28-
os!
2920
rake (~> 0.8)
3021
rspec (~> 2.5.0)
3122
test-unit (~> 3)

Rakefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
require '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

1113
begin
1214
require 'jeweler'
@@ -20,7 +22,7 @@ begin
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
2527
rescue LoadError => e
2628
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler #{e}"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3
1+
1.1.4

0 commit comments

Comments
 (0)