wistia-api 0.1.4 → 0.1.5

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. data/README.rdoc +3 -2
  2. data/VERSION +1 -1
  3. data/wistia-api.gemspec +1 -1
  4. metadata +3 -3
data/README.rdoc CHANGED
@@ -8,9 +8,10 @@ Required gems:
8
8
  * activeresource >= 2.3.8
9
9
  * configatron >= 2.6.4
10
10
 
11
+ Install:
11
12
  gem install wistia-api
12
13
 
13
- RDoc[http://rubydoc.info/gems/wistia-api/0.1.3/frames]
14
+ RDoc[http://rubydoc.info/gems/wistia-api/frames]
14
15
 
15
16
  == Basic Usage
16
17
 
@@ -22,7 +23,7 @@ Configure your API password:
22
23
 
23
24
  You can get an API password by following the instructions here: http://wistia.com/doc/api-enable
24
25
 
25
- Now you can use the +Wistia::Media+, +Wistia::Project+, and +Wistia::Projects::Sharing+ classes as ActiveResource wrappers around Wistia's API.
26
+ Now you can use the <tt>Wistia::Media</tt>, <tt>Wistia::Project</tt>, and <tt>Wistia::Projects::Sharing</tt> classes as ActiveResource wrappers around Wistia's API.
26
27
 
27
28
  See http://wistia.com/doc/data-api for more info.
28
29
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
data/wistia-api.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wistia-api}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jim Bancroft", "Mark Bates"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jim Bancroft
@@ -183,7 +183,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
183
183
  requirements:
184
184
  - - ">="
185
185
  - !ruby/object:Gem::Version
186
- hash: 3620978099506273417
186
+ hash: -2948606203254673881
187
187
  segments:
188
188
  - 0
189
189
  version: "0"