ooyala-cli 0.0.1 → 0.0.2
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/README.md +3 -0
- data/lib/ooyala/version.rb +1 -1
- data/ooyala-cli-0.0.1.gem +0 -0
- data/ooyala.gemspec +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90e4769537cf25fdba83b6e1a6f800fe731db686
|
4
|
+
data.tar.gz: f4158f0662992c723f9a5686ae7a741a43dfbedd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f5a835d05c30992b7e54dadc8e7d968d323665b5df6bc092d3e5749abf89f3b53fec8533d9ea21817a9152a6a07e5aea52d29718e409060748a85b196c162a0
|
7
|
+
data.tar.gz: d98e2ecc9fcb2b23af4e96c6304113ed714ad46bcae95fc60be903a51f3f9a66fe105d22e38bbfad2617a6ba73e3d11b6cf288d854b4c190595572b1e876b35d
|
data/README.md
ADDED
data/lib/ooyala/version.rb
CHANGED
Binary file
|
data/ooyala.gemspec
CHANGED
@@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
|
|
5
5
|
s.version = Ooyala::VERSION
|
6
6
|
s.author = 'Brandon Hansen'
|
7
7
|
s.email = 'bh@jesusculture.com'
|
8
|
-
s.homepage = '
|
8
|
+
s.homepage = 'https://github.com/ready4god2513/ooyala-cli'
|
9
9
|
s.platform = Gem::Platform::RUBY
|
10
10
|
s.summary = 'Interact with the ooyala API via the command line. A work in progress.'
|
11
11
|
s.files = `git ls-files`.split("
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ooyala-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Hansen
|
@@ -91,6 +91,7 @@ files:
|
|
91
91
|
- ".gitignore"
|
92
92
|
- Gemfile
|
93
93
|
- Gemfile.lock
|
94
|
+
- README.md
|
94
95
|
- Rakefile
|
95
96
|
- bin/ooyala
|
96
97
|
- features/ooyala.feature
|
@@ -99,11 +100,12 @@ files:
|
|
99
100
|
- lib/ooyala.rb
|
100
101
|
- lib/ooyala/live_stream.rb
|
101
102
|
- lib/ooyala/version.rb
|
103
|
+
- ooyala-cli-0.0.1.gem
|
102
104
|
- ooyala.gemspec
|
103
105
|
- ooyala.rdoc
|
104
106
|
- test/default_test.rb
|
105
107
|
- test/test_helper.rb
|
106
|
-
homepage:
|
108
|
+
homepage: https://github.com/ready4god2513/ooyala-cli
|
107
109
|
licenses: []
|
108
110
|
metadata: {}
|
109
111
|
post_install_message:
|