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.
- data/README.rdoc +3 -2
- data/VERSION +1 -1
- data/wistia-api.gemspec +1 -1
- 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/
|
|
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
|
|
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.
|
|
1
|
+
0.1.5
|
data/wistia-api.gemspec
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
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:
|
|
186
|
+
hash: -2948606203254673881
|
|
187
187
|
segments:
|
|
188
188
|
- 0
|
|
189
189
|
version: "0"
|