ooyala-cli 0.0.1 → 0.0.2

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: 0eca72d4b46ac60e864a2ff886f2224ca2dd5ee4
4
- data.tar.gz: a9bfefb2c626947df6963f2a743ea0611840a81d
3
+ metadata.gz: 90e4769537cf25fdba83b6e1a6f800fe731db686
4
+ data.tar.gz: f4158f0662992c723f9a5686ae7a741a43dfbedd
5
5
  SHA512:
6
- metadata.gz: 43d051211702046a017b046f54de48b682cf5578088d2ae3e2aa93e12afbc671cae49c393c5ea789133c990f41f5b7ce917033ffca6fc8bfa60fdfa9b8a522cc
7
- data.tar.gz: 061a90a33c329388f44698aeaa3b1f538c17e53270fd4e862e6d04a207637f64bd2b97bd0029293a4dd067045297760b8130534d8f09f30c0648221012e2cc1b
6
+ metadata.gz: 3f5a835d05c30992b7e54dadc8e7d968d323665b5df6bc092d3e5749abf89f3b53fec8533d9ea21817a9152a6a07e5aea52d29718e409060748a85b196c162a0
7
+ data.tar.gz: d98e2ecc9fcb2b23af4e96c6304113ed714ad46bcae95fc60be903a51f3f9a66fe105d22e38bbfad2617a6ba73e3d11b6cf288d854b4c190595572b1e876b35d
@@ -0,0 +1,3 @@
1
+ # Ooyala CLI
2
+
3
+ Interact with the ooyala API via the command line. A work in progress.
@@ -1,3 +1,3 @@
1
1
  module Ooyala
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
Binary file
@@ -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 = 'http://resume.aisforarray.com'
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.1
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: http://resume.aisforarray.com
108
+ homepage: https://github.com/ready4god2513/ooyala-cli
107
109
  licenses: []
108
110
  metadata: {}
109
111
  post_install_message: