ravelry 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0726ba5d5561d16af2180b2cfaf25a7fe90c1773
4
- data.tar.gz: 6fec858f6080353788ad179e54270d4af4580783
3
+ metadata.gz: a1b76548617aae144d81b8e817628c3175318335
4
+ data.tar.gz: ebcaa555d469c033819943bf99cc3b0d37bac694
5
5
  SHA512:
6
- metadata.gz: 88901547a84900f2705574fa54adec93dea93fbeb9521d5f4aa32004fc610ae44f9ea164d9714c2dc669eda9f5d80ed44027a70e6ef7c37e35fd5b8356e4efe5
7
- data.tar.gz: a399b5db5924138a4bf0c7c9a0a1af36d7379aae57a9ae4c10a15f9dd874745f56a8a454e662414febdb8df8bc7819e4642403738fdf22f86cbd746e28581cdc
6
+ metadata.gz: 792ab50c08765510de23fc44b2f0cf249cbdbee1a749c74528b0d1b4ec312d54d8b5c9e42852a20d2d2280ed348796983e2ca1121f7b08b3215c1d5540fb4b92
7
+ data.tar.gz: 2528c825060b46dcceb986985ec91f3dfcde5b8b0f374ccfe049a853eae9bef74e1a036ffa5b85cc6c6ccfff65d2f7646d0ab4917341e42ecde8b13682f1f60d
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Ravelry
2
2
 
3
- _You are reading documentation for version: 0.0.1_
3
+ _You are reading documentation for version: 0.0.2_
4
4
 
5
- [ ![Codeship Status for ArtCraftCode/ravelry](https://codeship.com/projects/fc6710e0-5719-0133-36cc-5ebc52a48109/status?branch=0.0.1)](https://codeship.com/projects/109462)
5
+ [ ![Codeship Status for ArtCraftCode/ravelry](https://codeship.com/projects/fc6710e0-5719-0133-36cc-5ebc52a48109/status?branch=0.0.2)](https://codeship.com/projects/109462)
6
6
 
7
7
  This gem is actively being developed. Be sure to check the branch for the version you're using as breaking changes can (and will!) be introduced.
8
8
 
@@ -29,7 +29,7 @@ Hooray! You now have a gem.
29
29
  Add to your `Gemfile`:
30
30
 
31
31
  ```
32
- gem "ravelry", "~> 0.0.1"
32
+ gem "ravelry", "~> 0.0.2"
33
33
  ```
34
34
 
35
35
  **I highly recommend pinning your version** because the gem is in active development and I _promise_ I will break shit.
@@ -56,7 +56,7 @@ Getting these keys requires a (free) Ravelry account and that you agree to the t
56
56
 
57
57
  # Usage
58
58
 
59
- Full documentation for this gem is available [here](http://www.rubydoc.info/gems/ravelry/0.0.1).
59
+ Full documentation for this gem is available [here](http://www.rubydoc.info/gems/ravelry/0.0.2).
60
60
 
61
61
  # API quirks
62
62
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -1,3 +1,3 @@
1
1
  module Ravelry
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -7,13 +7,14 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "ravelry"
8
8
  spec.version = Ravelry::VERSION
9
9
  spec.authors = ["Liz Abinante"]
10
- spec.date = "2013-12-22"
10
+ spec.date = "2015-10-17"
11
11
  spec.summary = "Ruby gem for accessing the Ravelry API."
12
12
  spec.description = "Ruby gem for accessing the Ravelry API painlessly, easily, and awesomely."
13
13
  spec.email = "me@liz.codes"
14
14
  spec.homepage = "http://github.com/ArtCraftCode/ravelry"
15
15
  spec.licenses = ["MIT"]
16
16
  spec.require_paths = ["lib"]
17
+ spec.required_ruby_version = '>= 2.0.0'
17
18
 
18
19
  spec.files = `git ls-files -z`.split("\x0")
19
20
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
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.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liz Abinante
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-22 00:00:00.000000000 Z
11
+ date: 2015-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -118,7 +118,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
118
  requirements:
119
119
  - - ">="
120
120
  - !ruby/object:Gem::Version
121
- version: '0'
121
+ version: 2.0.0
122
122
  required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  requirements:
124
124
  - - ">="