Skip to content

Commit

Permalink
. preparing next release
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiess committed Oct 3, 2011
1 parent 92a5cc4 commit 615d84f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -5,6 +5,7 @@ gem 'procrastinate', '~> 0.3'
gem 'text-highlight', '~> 1.0' gem 'text-highlight', '~> 1.0'


group :development do group :development do
gem 'rake'
gem 'rspec' gem 'rspec'
gem 'flexmock' gem 'flexmock'


Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -12,6 +12,7 @@ GEM
open4 (1.1.0) open4 (1.1.0)
procrastinate (0.3.1) procrastinate (0.3.1)
state_machine (~> 0.9.4) state_machine (~> 0.9.4)
rake (0.9.2)
rb-appscript (0.6.1) rb-appscript (0.6.1)
rb-fsevent (0.4.3.1) rb-fsevent (0.4.3.1)
rspec (2.6.0) rspec (2.6.0)
Expand All @@ -36,6 +37,7 @@ DEPENDENCIES
guard-rspec guard-rspec
open4 (>= 0.9) open4 (>= 0.9)
procrastinate (~> 0.3) procrastinate (~> 0.3)
rake
rb-fsevent rb-fsevent
rspec rspec
text-highlight (~> 1.0) text-highlight (~> 1.0)
2 changes: 1 addition & 1 deletion ndo.gemspec
Expand Up @@ -2,7 +2,7 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{ndo} s.name = %q{ndo}
s.version = "0.2.3" s.version = "0.2.4"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kaspar Schiess"] s.authors = ["Kaspar Schiess"]
Expand Down

0 comments on commit 615d84f

Please sign in to comment.