Skip to content

Commit

Permalink
🎂 ⬆️ Bump version. Pessimistic versions. Bump HTTPClient
Browse files Browse the repository at this point in the history
  • Loading branch information
elifoster committed May 2, 2016
1 parent 12afd1e commit f2dda8b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog
## Version 1
### 1.0.2
* Bump HTTPClient version.
* Use pessimistic version requirements.

### 1.0.1
* License as MIT

### 1.0.0
* Initial release.
* Initial release.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

ruby '2.3.0'

gem('httpclient', '>= 2.7.1')
gem('httpclient', '~> 2.8')
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
httpclient (2.7.1)
httpclient (2.8.0)

PLATFORMS
ruby

DEPENDENCIES
httpclient (>= 2.7.1)
httpclient (~> 2.8)

BUNDLED WITH
1.11.2
6 changes: 3 additions & 3 deletions urbandict.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.authors = ['Eli Foster']
s.name = 'urbandict'
s.summary = 'An interface to the Urban Dictionary API'
s.version = '1.0.1'
s.version = '1.0.2'
s.license = 'MIT'
s.description = 'An interface to the Urban Dictionary API'
s.email = '[email protected]'
Expand All @@ -15,5 +15,5 @@ Gem::Specification.new do |s|
'lib/slang.rb',
'lib/urbandict.rb'
]
s.add_runtime_dependency('httpclient', '2.7.1')
end
s.add_runtime_dependency('httpclient', '~> 2.8')
end

0 comments on commit f2dda8b

Please sign in to comment.