nytimes-article-search 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -18,7 +18,9 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
+ ```
21
22
  TODO: Write usage instructions here
23
+ ```
22
24
 
23
25
  ## Contributing
24
26
 
@@ -1,3 +1,3 @@
1
1
  module NytimesArticle
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/spec/spec_helper.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'rubygems'
2
2
  require 'bundler/setup'
3
3
 
4
- require 'nytimes-article' # and any other gems you need
4
+ require 'nytimes-article-search' # and any other gems you need
5
5
 
6
6
  API_KEY = ENV['NYTIMES_ARTICLE_SEARCH_API_KEY']
7
7
  NytimesArticle.api_key = API_KEY
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nytimes-article-search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: