audio_vision 1.0.0.rc1 → 1.0.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/CHANGELOG.md +4 -0
- data/README.md +2 -0
- data/lib/audio_vision/version.rb +1 -1
- data/spec/lib/audio_vision/category_spec.rb +3 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce98c294f273ca9c44aa7dea81c9ab031af0876f
|
|
4
|
+
data.tar.gz: ef5230f53be007796b964ffd77a7ac3764421e3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb21a390621b4ef4884d52858ac8533884e89d249ad3b4e3f3391608bce45a510471ff368afe4c00f4bfe6b9c8ef937d1e96aa4d30c129aec53d6fff1154cdf4
|
|
7
|
+
data.tar.gz: 41d0b3c5fb29689273a7543a40dd20a79a72ca13725a547aaa2147d884f76dfaeddddf03d88180f56c37b2928cf400a75b7b1be011204f692835fbd810617b2a
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# AudioVision
|
|
2
2
|
|
|
3
|
+
[](https://circleci.com/gh/SCPR/audio_vision-ruby)
|
|
4
|
+
|
|
3
5
|
This is a simple Ruby client for the AudioVision API.
|
|
4
6
|
Documentation for the AudioVision API can be found
|
|
5
7
|
[**here**](https://github.com/SCPR/api-docs/tree/master/AudioVision/v1).
|
data/lib/audio_vision/version.rb
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
# UTF-8
|
|
1
2
|
require 'spec_helper'
|
|
2
3
|
|
|
3
4
|
describe AudioVision::Category do
|
|
@@ -7,7 +8,7 @@ describe AudioVision::Category do
|
|
|
7
8
|
"id" => 2,
|
|
8
9
|
"title" => "Images",
|
|
9
10
|
"slug" => "images",
|
|
10
|
-
"description" => "The heartbeat of AudioVision. The best from our team of photojournalists
|
|
11
|
+
"description" => "The heartbeat of AudioVision. The best from our team of photojournalists - and discover images from the photographers who inspire them.",
|
|
11
12
|
"public_url" => "http://audiovision.scpr.org/images",
|
|
12
13
|
"permalink" => "http://audiovision.scpr.org/images"
|
|
13
14
|
}
|
|
@@ -16,7 +17,7 @@ describe AudioVision::Category do
|
|
|
16
17
|
category.id.should eq 2
|
|
17
18
|
category.title.should eq "Images"
|
|
18
19
|
category.slug.should eq "images"
|
|
19
|
-
category.description.should eq "The heartbeat of AudioVision. The best from our team of photojournalists
|
|
20
|
+
category.description.should eq "The heartbeat of AudioVision. The best from our team of photojournalists - and discover images from the photographers who inspire them."
|
|
20
21
|
category.public_url.should eq "http://audiovision.scpr.org/images"
|
|
21
22
|
end
|
|
22
23
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: audio_vision
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bryan Ricker
|
|
@@ -151,9 +151,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
151
151
|
version: '0'
|
|
152
152
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
153
|
requirements:
|
|
154
|
-
- - '
|
|
154
|
+
- - '>='
|
|
155
155
|
- !ruby/object:Gem::Version
|
|
156
|
-
version:
|
|
156
|
+
version: '0'
|
|
157
157
|
requirements: []
|
|
158
158
|
rubyforge_project:
|
|
159
159
|
rubygems_version: 2.0.3
|