audio_vision 1.0.0.rc1 → 1.0.0

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: 65f96343d62472eca34e5f679543b6d94740a9d3
4
- data.tar.gz: 83781ab608c3594fbe0afa38aecfd459bf254398
3
+ metadata.gz: ce98c294f273ca9c44aa7dea81c9ab031af0876f
4
+ data.tar.gz: ef5230f53be007796b964ffd77a7ac3764421e3f
5
5
  SHA512:
6
- metadata.gz: 53745f097f82206eed4675ff9e4c33be0dde68321cf13bba4a6ade2e110861789cfeb735db3a9e03739c4e30ce56e967c8a469d823f9d31e2e7e9ff9c63489d8
7
- data.tar.gz: 76d9377bcaa27b448ad7d9b557823c13deaf43b403bd33877a9ba2b0b9016ae2484911cf76d4a558fd1d77633688b72be1301b83cc59e5871772ab11b47393af
6
+ metadata.gz: eb21a390621b4ef4884d52858ac8533884e89d249ad3b4e3f3391608bce45a510471ff368afe4c00f4bfe6b9c8ef937d1e96aa4d30c129aec53d6fff1154cdf4
7
+ data.tar.gz: 41d0b3c5fb29689273a7543a40dd20a79a72ca13725a547aaa2147d884f76dfaeddddf03d88180f56c37b2928cf400a75b7b1be011204f692835fbd810617b2a
@@ -1,2 +1,6 @@
1
+ ## 1.0.0
2
+ No changes from RC1
3
+
4
+
1
5
  ## 1.0.0.rc1
2
6
  First release.
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # AudioVision
2
2
 
3
+ [![Build Status](https://circleci.com/gh/SCPR/audio_vision-ruby.png?circle-token=15b157b848c82b2bab8abef94055acf1d001f59b)](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).
@@ -1,3 +1,3 @@
1
1
  module AudioVision
2
- VERSION = "1.0.0.rc1"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -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 and discover images from the photographers who inspire them.",
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 and discover images from the photographers who inspire them."
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.rc1
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: 1.3.1
156
+ version: '0'
157
157
  requirements: []
158
158
  rubyforge_project:
159
159
  rubygems_version: 2.0.3