Skip to content

Commit

Permalink
ruby 2, rails 4, thus version 0.2.4 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Jul 12, 2013
1 parent f4bf23b commit 92d1521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby
env: DB_CONFIG=travis
rvm:
- 2.0
- 2.0.0
- 1.9.3
- 1.8.7
gemfile:
Expand All @@ -15,7 +15,7 @@ matrix:
gemfile: Gemfile
- rvm: 1.8.7
gemfile: gemfiles/Gemfile.activerecord-3.2.x
- rvm: 2.0
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.activerecord-3.0.x
- rvm: 2.0
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.activerecord-2.3.x
2 changes: 1 addition & 1 deletion lib/hair_trigger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HairTrigger
VERSION = "0.2.3"
VERSION = "0.2.4"

def VERSION.<=>(other)
split(/\./).map(&:to_i) <=> other.split(/\./).map(&:to_i)
Expand Down

0 comments on commit 92d1521

Please sign in to comment.