hacker_news_search 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,6 +9,7 @@ Gem::Specification.new do |gem|
9
9
  gem.homepage = 'https://github.com/ryanatwork/hacker_news_search'
10
10
  gem.summary = %q{Wrapper for the Hacker News Search API}
11
11
  gem.description = %q{Simple Ruby wrapper for the Hacker News Search API}
12
+ gem.license = 'MIT'
12
13
 
13
14
  gem.files = `git ls-files`.split("\n")
14
15
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module HackerNewsSearch
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hacker_news_search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-24 00:00:00.000000000 Z
12
+ date: 2013-08-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: maruku
@@ -225,7 +225,8 @@ files:
225
225
  - spec/hacker_news_search_spec.rb
226
226
  - spec/helper.rb
227
227
  homepage: https://github.com/ryanatwork/hacker_news_search
228
- licenses: []
228
+ licenses:
229
+ - MIT
229
230
  post_install_message:
230
231
  rdoc_options: []
231
232
  require_paths:
@@ -238,7 +239,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
238
239
  version: '0'
239
240
  segments:
240
241
  - 0
241
- hash: -2903535475365319278
242
+ hash: -302083069644085120
242
243
  required_rubygems_version: !ruby/object:Gem::Requirement
243
244
  none: false
244
245
  requirements:
@@ -247,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
248
  version: '0'
248
249
  segments:
249
250
  - 0
250
- hash: -2903535475365319278
251
+ hash: -302083069644085120
251
252
  requirements: []
252
253
  rubyforge_project:
253
254
  rubygems_version: 1.8.23