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.
- checksums.yaml +4 -4
- data/README.md +7 -7
- data/lib/ravelry/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68bbf72b54d3338183a8158bd4c3abad025df1ee
|
|
4
|
+
data.tar.gz: 0456bb13a167da08642f0230ebc005940fd659d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
3
|
+
_You are reading documentation for version: 0.2.0_
|
|
4
4
|
|
|
5
|
-
[ ](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.
|
|
12
|
-
- [Changelog](https://github.com/ArtCraftCode/ravelry/blob/0.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
data/lib/ravelry/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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.
|
|
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:
|