Skip to content

Commit

Permalink
Require proper AS.
Browse files Browse the repository at this point in the history
  • Loading branch information
miloops committed Mar 18, 2013
1 parent 3858517 commit 7102c48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Expand Up @@ -2,16 +2,16 @@ PATH
remote: .
specs:
bravo (0.4.0)
active_support (>= 3)
activesupport (>= 3.2)
savon (~> 0.9)
tzinfo (> 0)

GEM
remote: https://rubygems.org/
specs:
active_support (3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
akami (1.2.0)
gyoku (>= 0.4.0)
nokogiri (>= 1.4.0)
Expand All @@ -21,6 +21,8 @@ GEM
builder (>= 2.1.2)
httpi (1.1.1)
rack
i18n (0.6.1)
multi_json (1.7.1)
nokogiri (1.5.7)
nori (1.1.5)
rack (1.5.2)
Expand Down
2 changes: 1 addition & 1 deletion bravo.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib", "bin"]

gem.add_runtime_dependency(%q<savon>, ["~> 0.9"])
gem.add_runtime_dependency(%q<active_support>, [">= 3"])
gem.add_runtime_dependency(%q<activesupport>, [">= 3.2"])
gem.add_runtime_dependency(%q<tzinfo>, ["> 0"])
gem.add_development_dependency(%q<rspec>, ["~> 2.12.0"])
gem.add_development_dependency(%q<rake>, ["~> 10.0.3"])
Expand Down
2 changes: 1 addition & 1 deletion lib/bravo/auth_data.rb
@@ -1,4 +1,4 @@
require 'active_support/core_ext/date_time/zones'
require 'active_support/time'

module Bravo
class AuthData
Expand Down

0 comments on commit 7102c48

Please sign in to comment.