ravelry 0.1.0 → 0.2.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -7
  3. data/lib/ravelry/version.rb +1 -1
  4. metadata +4 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25a41c11df25b2d4a67b928fb0b4c9d51667e804
4
- data.tar.gz: c8b6c5d8bbcb91a209b850e91494000c9e3a8880
3
+ metadata.gz: 68bbf72b54d3338183a8158bd4c3abad025df1ee
4
+ data.tar.gz: 0456bb13a167da08642f0230ebc005940fd659d7
5
5
  SHA512:
6
- metadata.gz: fc78ade45ca85b3b9d9582e7592b97192194407ff4ca396e729274dc38c8682b6092e9f50fa3f375e7091c850083b2bf81f60a904ce426db7fc342e0baaaffac
7
- data.tar.gz: 88a307f89f51096792082eac8234cd5b8ec92a44d8ad651443828db671f97d4d8383251abea1709bfb25acc7aec8f44b98bd68dfe80fbddf05fac60b898e09aa
6
+ metadata.gz: b416674217f4c72cb603dd868ee8cceed7467655f6fcd1c58556d6eff3b81eecae5183a48ac9e743fea82a92b3dd86ba736e8be6d1ba12a0c36a36ab79dc1ddf
7
+ data.tar.gz: cf064f2b6abbd58db362b8963a4c1120c2ceea2856727db38f129705018797c25217de496e3d75601f0be5526b7cc545da6ef389c7400f2d91f303ed702168ce
data/README.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # Ravelry
2
2
 
3
- _You are reading documentation for version: 0.1.0_
3
+ _You are reading documentation for version: 0.2.0_
4
4
 
5
- [ ![Codeship Status for ArtCraftCode/ravelry](https://codeship.com/projects/fc6710e0-5719-0133-36cc-5ebc52a48109/status?branch=0.1.0)](https://codeship.com/projects/109462)
5
+ [ ![Codeship Status for ArtCraftCode/ravelry](https://codeship.com/projects/fc6710e0-5719-0133-36cc-5ebc52a48109/status?branch=0.2.0)](https://codeship.com/projects/109462)
6
6
 
7
7
  The Ruby gem for accessing the Ravelry API painlessly, easily, and awesomely! This gem is actively being developed. **Be sure to check the branch for the version you're using.**
8
8
 
9
9
  **Important and helpful links:**
10
10
 
11
- - [Full gem documentation (version 0.1.0)](http://www.rubydoc.info/gems/ravelry/0.1.0)
12
- - [Changelog](https://github.com/ArtCraftCode/ravelry/blob/0.1.0/CHANGELOG.md)
11
+ - [Full gem documentation (version 0.2.0)](http://www.rubydoc.info/gems/ravelry/0.2.0)
12
+ - [Changelog](https://github.com/ArtCraftCode/ravelry/blob/0.2.0/CHANGELOG.md)
13
13
  - [Project Trello board](https://trello.com/b/o8gs4cWI/ravelry)
14
14
  - [Ravelry API documentation](http://www.ravelry.com/api)
15
15
 
16
16
  ## API coverage
17
17
 
18
- See [documentation](http://www.rubydoc.info/gems/ravelry/0.1.0) for each class (or module) to see how to initialize the objects.
18
+ See [documentation](http://www.rubydoc.info/gems/ravelry/0.2.0) for each class (or module) to see how to initialize the objects.
19
19
 
20
20
  API | Endpoint | Ravelry gem class / module
21
21
  ----|----------|------------------
@@ -43,7 +43,7 @@ Hooray! You now have a gem.
43
43
  Add to your `Gemfile`:
44
44
 
45
45
  ```ruby
46
- gem "ravelry", "~> 0.1.0"
46
+ gem "ravelry", "~> 0.2.0"
47
47
  ```
48
48
 
49
49
  **I highly recommend pinning your version** because the gem is in active development and small changes and additions will be made regularly.
@@ -81,7 +81,7 @@ Ravelry.configuration.callback_url
81
81
 
82
82
  # Usage
83
83
 
84
- Full documentation for this gem is available [here](http://www.rubydoc.info/gems/ravelry/0.1.0).
84
+ Full documentation for this gem is available [here](http://www.rubydoc.info/gems/ravelry/0.2.0).
85
85
 
86
86
  # Conventions
87
87
 
@@ -1,3 +1,3 @@
1
1
  module Ravelry
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ravelry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liz Abinante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-06 00:00:00.000000000 Z
11
+ date: 2017-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -170,7 +170,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
170
170
  requirements:
171
171
  - - ">="
172
172
  - !ruby/object:Gem::Version
173
- version: 2.0.0
173
+ version: 2.3.0
174
174
  required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  requirements:
176
176
  - - ">="
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
178
  version: '0'
179
179
  requirements: []
180
180
  rubyforge_project:
181
- rubygems_version: 2.2.2
181
+ rubygems_version: 2.5.1
182
182
  signing_key:
183
183
  specification_version: 4
184
184
  summary: Ruby gem for accessing the Ravelry API.
@@ -212,4 +212,3 @@ test_files:
212
212
  - spec/ravelry/yarn_weight_spec.rb
213
213
  - spec/ravelry_spec.rb
214
214
  - spec/spec_helper.rb
215
- has_rdoc: