Skip to content

Commit

Permalink
i need 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Aug 17, 2010
1 parent 1528df6 commit 71db803
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/restfulie/version.rb
@@ -1,10 +1,10 @@
module Restfulie
module VERSION #:nodoc:
MAJOR = 0
MINOR = 9
TINY = 1
MAJOR = 1
MINOR = 0
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
STRING = [MAJOR, MINOR, TINY].join('.') + ".beta.1"

# Restfulie's version
def self.to_s
Expand Down
2 changes: 2 additions & 0 deletions tests/Gemfile
Expand Up @@ -22,6 +22,8 @@ gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'

gem 'restfulie', '1.0.0.beta.1'

group :test, :development do
gem "rspec-rails", ">= 2.0.0.beta.19"
end
Expand Down
9 changes: 9 additions & 0 deletions tests/Gemfile.lock
Expand Up @@ -35,6 +35,7 @@ GEM
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.4.1)
json_pure (1.4.6)
mail (2.2.5)
activesupport (>= 2.3.6)
mime-types
Expand All @@ -61,6 +62,13 @@ GEM
rake (>= 0.8.3)
thor (~> 0.14.0)
rake (0.8.7)
responders_backport (0.1.2)
restfulie (1.0.0.beta.1)
actionpack (>= 2.3.2)
activesupport (>= 2.3.2)
json_pure (>= 1.2.4)
nokogiri (>= 1.4.2)
responders_backport (~> 0.1.0)
rspec (2.0.0.beta.19)
rspec-core (= 2.0.0.beta.19)
rspec-expectations (= 2.0.0.beta.19)
Expand All @@ -87,5 +95,6 @@ PLATFORMS

DEPENDENCIES
rails (= 3.0.0.rc)
restfulie (= 1.0.0.beta.1)
rspec-rails (>= 2.0.0.beta.19)
sqlite3-ruby

0 comments on commit 71db803

Please sign in to comment.