Skip to content

Commit

Permalink
Version bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuki committed Apr 21, 2013
1 parent a4c23be commit 9eaa306
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ pkg
release

## PROJECT::SPECIFIC
.bundle/
vendor/bundle/
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gem 'autotest', '>= 4.4.1'
gem 'rake'
gem 'rspec', '>= 2.0.0'
gem 'jeweler'
34 changes: 34 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
GEM
remote: https://rubygems.org/
specs:
ZenTest (4.9.1)
autotest (4.4.6)
ZenTest (>= 4.4.1)
diff-lcs (1.2.3)
git (1.2.5)
jeweler (1.8.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
rdoc
json (1.7.7)
rake (10.0.4)
rdoc (4.0.1)
json (~> 1.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)

PLATFORMS
ruby

DEPENDENCIES
autotest (>= 4.4.1)
jeweler
rake
rspec (>= 2.0.0)
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RSpec::Core::RakeTask.new(:rcov) do |t|
t.pattern = 'spec/**/*_spec.rb' # same as default
end

task :spec => :check_dependencies
task :spec

task :default => :spec

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0

0 comments on commit 9eaa306

Please sign in to comment.