Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Symons committed Jan 8, 2014
1 parent 22e2e38 commit 8e8a29a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/redditkit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RedditKit
class Version
MAJOR = 1
MINOR = 0
PATCH = 0
PATCH = 1

class << self

Expand Down
8 changes: 4 additions & 4 deletions redditkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'faraday', ">= 0.8"
spec.add_dependency 'htmlentities', ">= 4.3"
spec.add_dependency 'multi_json', '>= 1.8'
spec.add_dependency 'faraday', "~> 0.8"
spec.add_dependency 'htmlentities', "~> 4.3"
spec.add_dependency 'multi_json', '~> 1.8'

spec.add_development_dependency 'dotenv'
spec.add_development_dependency 'dotenv', '~> 0.9', '>= 0.9.0'
end

0 comments on commit 8e8a29a

Please sign in to comment.