Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seejohnrun committed Jun 18, 2013
1 parent cc8aa19 commit 5a892c2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source :rubygems

gemspec
32 changes: 32 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,32 @@
PATH
remote: .
specs:
console_tweet (0.1.5)
twitter_oauth (>= 0.4.9)

GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.2.4)
json (1.8.0)
mime-types (1.23)
oauth (0.4.7)
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)
twitter_oauth (0.4.93)
json (>= 1.8.0)
mime-types (>= 1.16)
oauth (>= 0.4.7)

PLATFORMS
ruby

DEPENDENCIES
console_tweet!
rspec
2 changes: 1 addition & 1 deletion console_tweet.gemspec
Expand Up @@ -6,7 +6,7 @@ spec = Gem::Specification.new do |s|
s.name = 'console_tweet'
s.author = 'John Crepezzi'
s.add_development_dependency('rspec')
s.add_dependency('twitter_oauth')
s.add_dependency('twitter_oauth', '>= 0.4.9')
s.description = 'CLI Twitter Client - with OAuth'
s.email = 'john@crepezzi.com'
s.executables = 'twitter'
Expand Down

0 comments on commit 5a892c2

Please sign in to comment.