bixby-client 0.5.0 → 0.5.1

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: 6b1ab8b11923a68cf2ca2fb540e13c8f0dbd8bb4
4
- data.tar.gz: 9e2abea5674649715b23956c56f454462e442192
3
+ metadata.gz: a0c3acf847f70f1568d443dc73dca8869988a66e
4
+ data.tar.gz: d3fa1e50bb190de792554ec380521929e8c71c29
5
5
  SHA512:
6
- metadata.gz: f0c2549066a15b23499cd859d236e19313eb4028fbe6aeb8ca79c2b44e4e7ee4a8ae3fe0ed16791aa177cec57d776de327ad1d0ceca5bc79979f329e6fed801a
7
- data.tar.gz: 0c522e7306639bb74eef984fe63536115513a313e4953ac142c69d5c57bbe775e05ed27e500faabce98c0bf24bbf1b3b629f3306b229e4e1038ddc87c10ea8b1
6
+ metadata.gz: 06e252c9317dd421b8c0c51fd98d6ab5fb8f460ccb2de9baf6d899bf543864fc4e8282f84661dea085a9f81a47270f8d08a599185d7619a4c44d219c29939576
7
+ data.tar.gz: 248ca21dd190642688dc1bfd01e74b4c3cdf73ea4015479992efec2a5aa96989a21db152c536674d7f4f238f980f02207ab6c30eca6ff29de43d84fcf3d417c1
data/.travis.yml CHANGED
@@ -8,7 +8,7 @@ after_script: "rake coveralls"
8
8
 
9
9
  language: ruby
10
10
  rvm:
11
- - 2.0.0
11
+ - 2.1.1
12
12
  - 1.9.3
13
13
 
14
14
  branches:
data/Gemfile CHANGED
@@ -2,6 +2,7 @@ source "https://rubygems.org"
2
2
 
3
3
  gem 'bixby-common'
4
4
  # gem 'bixby-common', :path => '../common'
5
+ # gem "bixby-auth", :path => "../auth"
5
6
 
6
7
  gem 'multi_json'
7
8
  gem 'oj'
@@ -10,20 +11,18 @@ gem 'curb'
10
11
  gem 'mixlib-shellout'
11
12
  gem 'fuzzy_file_finder'
12
13
 
13
- gem "api-auth", :git => "https://github.com/chetan/api_auth.git", :branch => "bixby"
14
-
15
14
  group :development do
16
15
 
17
16
  gem "yard"
18
17
  gem "redcarpet", :platforms => [:mri, :rbx]
19
18
 
20
19
  gem "bundler"
21
- gem "jeweler", :git => "https://github.com/chetan/jeweler.git", :branch => "bixby"
20
+ gem "jeweler", :github => "chetan/jeweler", :branch => "bixby"
22
21
  gem "pry"
23
22
  gem "debugger", :platforms => [:mri_19, :mri_20]
24
23
  gem "debugger-pry", :require => "debugger/pry", :platforms => [:mri_19, :mri_20]
25
24
 
26
- gem "test_guard", :git => "https://github.com/chetan/test_guard.git"
25
+ gem "test_guard", :github => "chetan/test_guard"
27
26
  gem 'rb-inotify', :require => false
28
27
  gem 'rb-fsevent', :require => false
29
28
  gem 'rb-fchange', :require => false
@@ -31,7 +30,7 @@ group :development do
31
30
  end
32
31
 
33
32
  group :test do
34
- gem "simplecov", :platforms => [:mri_19, :mri_20, :rbx], :git => "https://github.com/chetan/simplecov.git", :branch => "inline_nocov"
33
+ gem "simplecov", :platforms => [:mri_19, :mri_20, :rbx], :github => "chetan/simplecov", :branch => "inline_nocov"
35
34
  gem "micron", :github => "chetan/micron"
36
35
  gem "coveralls", :require => false
37
36
 
data/Gemfile.lock CHANGED
@@ -1,22 +1,6 @@
1
1
  GIT
2
- remote: git://github.com/chetan/micron.git
3
- revision: 17e46aaf88e16870fa4ac0374016434823c2c46e
4
- specs:
5
- micron (0.5.0)
6
- ansi
7
- easycov
8
- hitimes
9
-
10
- GIT
11
- remote: https://github.com/chetan/api_auth.git
12
- revision: 2ced7ba3afcc4d81e8a24e3d89f569b38b1e10a0
13
- branch: bixby
14
- specs:
15
- api-auth (1.0.3)
16
-
17
- GIT
18
- remote: https://github.com/chetan/jeweler.git
19
- revision: b1f048d0ee6bc9febbcadb52b75b77e734782eb4
2
+ remote: git://github.com/chetan/jeweler.git
3
+ revision: b90381a3958daae7f3ce3d8c4d710fe39e72443b
20
4
  branch: bixby
21
5
  specs:
22
6
  jeweler (2.0.1)
@@ -27,10 +11,18 @@ GIT
27
11
  highline (>= 1.6.15)
28
12
  nokogiri (>= 1.5.10)
29
13
  rake
30
- rdoc
31
14
 
32
15
  GIT
33
- remote: https://github.com/chetan/simplecov.git
16
+ remote: git://github.com/chetan/micron.git
17
+ revision: 17e46aaf88e16870fa4ac0374016434823c2c46e
18
+ specs:
19
+ micron (0.5.0)
20
+ ansi
21
+ easycov
22
+ hitimes
23
+
24
+ GIT
25
+ remote: git://github.com/chetan/simplecov.git
34
26
  revision: 308449b2193700f7a9a4291821a323110838fbc0
35
27
  branch: inline_nocov
36
28
  specs:
@@ -39,7 +31,7 @@ GIT
39
31
  simplecov-html (~> 0.7.1)
40
32
 
41
33
  GIT
42
- remote: https://github.com/chetan/test_guard.git
34
+ remote: git://github.com/chetan/test_guard.git
43
35
  revision: 178e47e2e57dc83060d6cabc18f206916b9d02f2
44
36
  specs:
45
37
  test_guard (0.2.1)
@@ -56,19 +48,17 @@ GEM
56
48
  addressable (2.3.6)
57
49
  ansi (1.4.3)
58
50
  awesome_print (1.2.0)
59
- bixby-common (0.4.12)
60
- api-auth
61
- faye-websocket
62
- httpi
63
- logging
64
- multi_json
65
- semver2
51
+ bixby-auth (0.1.0)
52
+ bixby-common (0.5.0)
53
+ bixby-auth (~> 0.1)
54
+ faye-websocket (~> 0.7)
55
+ httpi (~> 2.1)
56
+ logging (~> 1.8)
57
+ multi_json (~> 1.8)
58
+ semver2 (~> 3.3)
66
59
  builder (3.2.2)
67
- celluloid (0.15.2)
68
- timers (~> 1.1.0)
69
- celluloid-io (0.15.0)
70
- celluloid (>= 0.15.0)
71
- nio4r (>= 0.5.0)
60
+ celluloid (0.16.0)
61
+ timers (~> 4.0.0)
72
62
  coderay (1.1.0)
73
63
  colorize (0.7.2)
74
64
  columnize (0.3.6)
@@ -100,34 +90,30 @@ GEM
100
90
  eventmachine (1.0.3)
101
91
  faraday (0.9.0)
102
92
  multipart-post (>= 1.2, < 3)
103
- faye-websocket (0.7.2)
93
+ faye-websocket (0.8.0)
104
94
  eventmachine (>= 0.12.0)
105
- websocket-driver (>= 0.3.1)
95
+ websocket-driver (>= 0.4.0)
106
96
  ffi (1.9.3)
107
97
  fuzzy_file_finder (1.0.4)
108
- git (1.2.6)
109
- github_api (0.11.3)
98
+ git (1.2.8)
99
+ github_api (0.12.2)
110
100
  addressable (~> 2.3)
111
- descendants_tracker (~> 0.0.1)
101
+ descendants_tracker (~> 0.0.4)
112
102
  faraday (~> 0.8, < 0.10)
113
- hashie (>= 1.2)
103
+ hashie (>= 3.3)
114
104
  multi_json (>= 1.7.5, < 2.0)
115
- nokogiri (~> 1.6.0)
105
+ nokogiri (~> 1.6.3)
116
106
  oauth2
117
107
  growl (1.0.3)
118
- hashie (2.1.1)
108
+ hashie (3.3.1)
119
109
  highline (1.6.21)
120
110
  hirb (0.7.1)
121
111
  hitimes (1.2.1)
122
- httpi (2.1.0)
112
+ httpi (2.3.0)
123
113
  rack
124
- rubyntlm (~> 0.3.2)
125
- json (1.8.1)
126
- jwt (0.1.11)
127
- multi_json (>= 1.5)
128
- listen (2.7.1)
114
+ jwt (1.0.0)
115
+ listen (2.8.0)
129
116
  celluloid (>= 0.15.2)
130
- celluloid-io (>= 0.15.0)
131
117
  rb-fsevent (>= 0.9.3)
132
118
  rb-inotify (>= 0.9)
133
119
  little-plugger (1.1.3)
@@ -137,19 +123,18 @@ GEM
137
123
  metaclass (0.0.4)
138
124
  method_source (0.8.2)
139
125
  mime-types (2.2)
140
- mini_portile (0.5.3)
126
+ mini_portile (0.6.1)
141
127
  mixlib-shellout (1.4.0)
142
128
  mocha (1.0.0)
143
129
  metaclass (~> 0.0.1)
144
- multi_json (1.9.2)
130
+ multi_json (1.10.1)
145
131
  multi_xml (0.5.5)
146
132
  multipart-post (2.0.0)
147
- nio4r (1.0.0)
148
- nokogiri (1.6.1)
149
- mini_portile (~> 0.5.0)
150
- oauth2 (0.9.3)
133
+ nokogiri (1.6.4.1)
134
+ mini_portile (~> 0.6.0)
135
+ oauth2 (1.0.0)
151
136
  faraday (>= 0.8, < 0.10)
152
- jwt (~> 0.1.8)
137
+ jwt (~> 1.0)
153
138
  multi_json (~> 1.3)
154
139
  multi_xml (~> 0.5)
155
140
  rack (~> 1.2)
@@ -160,20 +145,17 @@ GEM
160
145
  slop (~> 3.4)
161
146
  psych (2.0.5)
162
147
  rack (1.5.2)
163
- rake (10.2.2)
148
+ rake (10.3.2)
164
149
  rb-fchange (0.0.6)
165
150
  ffi
166
151
  rb-fsevent (0.9.4)
167
152
  rb-inotify (0.9.3)
168
153
  ffi (>= 0.5.0)
169
- rdoc (4.1.1)
170
- json (~> 1.4)
171
154
  redcarpet (3.1.1)
172
155
  rest-client (1.6.7)
173
156
  mime-types (>= 1.16)
174
- rubyntlm (0.3.4)
175
157
  safe_yaml (1.0.2)
176
- semver2 (3.3.3)
158
+ semver2 (3.4.0)
177
159
  simplecov-console (0.1.3)
178
160
  colorize
179
161
  hirb
@@ -183,20 +165,20 @@ GEM
183
165
  term-ansicolor (1.3.0)
184
166
  tins (~> 1.0)
185
167
  thor (0.19.1)
186
- thread_safe (0.3.3)
187
- timers (1.1.0)
168
+ thread_safe (0.3.4)
169
+ timers (4.0.1)
170
+ hitimes
188
171
  tins (1.1.0)
189
172
  webmock (1.17.4)
190
173
  addressable (>= 2.2.7)
191
174
  crack (>= 0.3.2)
192
- websocket-driver (0.3.2)
175
+ websocket-driver (0.4.0)
193
176
  yard (0.8.7.4)
194
177
 
195
178
  PLATFORMS
196
179
  ruby
197
180
 
198
181
  DEPENDENCIES
199
- api-auth!
200
182
  bixby-common
201
183
  bundler
202
184
  coveralls
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
data/bixby-client.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bixby-client 0.5.0 ruby lib
5
+ # stub: bixby-client 0.5.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bixby-client"
9
- s.version = "0.5.0"
9
+ s.version = "0.5.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Chetan Sarva"]
14
- s.date = "2014-05-02"
14
+ s.date = "2014-11-20"
15
15
  s.description = "Bixby Client"
16
16
  s.email = "chetan@pixelcop.net"
17
17
  s.executables = ["bixby"]
@@ -82,7 +82,7 @@ Gem::Specification.new do |s|
82
82
  ]
83
83
  s.homepage = "http://github.com/chetan/bixby-client"
84
84
  s.licenses = ["MIT"]
85
- s.rubygems_version = "2.2.2"
85
+ s.rubygems_version = "2.4.2"
86
86
  s.summary = "Bixby Client"
87
87
 
88
88
  if s.respond_to? :specification_version then
@@ -96,7 +96,6 @@ Gem::Specification.new do |s|
96
96
  s.add_runtime_dependency(%q<curb>, [">= 0"])
97
97
  s.add_runtime_dependency(%q<mixlib-shellout>, [">= 0"])
98
98
  s.add_runtime_dependency(%q<fuzzy_file_finder>, [">= 0"])
99
- s.add_runtime_dependency(%q<api-auth>, [">= 0"])
100
99
  s.add_development_dependency(%q<yard>, [">= 0"])
101
100
  s.add_development_dependency(%q<redcarpet>, [">= 0"])
102
101
  s.add_development_dependency(%q<bundler>, [">= 0"])
@@ -116,7 +115,6 @@ Gem::Specification.new do |s|
116
115
  s.add_dependency(%q<curb>, [">= 0"])
117
116
  s.add_dependency(%q<mixlib-shellout>, [">= 0"])
118
117
  s.add_dependency(%q<fuzzy_file_finder>, [">= 0"])
119
- s.add_dependency(%q<api-auth>, [">= 0"])
120
118
  s.add_dependency(%q<yard>, [">= 0"])
121
119
  s.add_dependency(%q<redcarpet>, [">= 0"])
122
120
  s.add_dependency(%q<bundler>, [">= 0"])
@@ -137,7 +135,6 @@ Gem::Specification.new do |s|
137
135
  s.add_dependency(%q<curb>, [">= 0"])
138
136
  s.add_dependency(%q<mixlib-shellout>, [">= 0"])
139
137
  s.add_dependency(%q<fuzzy_file_finder>, [">= 0"])
140
- s.add_dependency(%q<api-auth>, [">= 0"])
141
138
  s.add_dependency(%q<yard>, [">= 0"])
142
139
  s.add_dependency(%q<redcarpet>, [">= 0"])
143
140
  s.add_dependency(%q<bundler>, [">= 0"])
data/lib/bixby-client.rb CHANGED
@@ -1,7 +1,6 @@
1
1
 
2
- require "api-auth"
3
-
4
2
  require "bixby-common"
3
+ require "bixby-auth"
5
4
 
6
5
  require "bixby-client/script_util"
7
6
  require "bixby-client/model"
@@ -17,7 +17,7 @@ module Bixby
17
17
 
18
18
  if scripts.nil? then
19
19
  $stderr.puts "Error: missing input"
20
- $stderr.puts "usage: #{$0} run <script> [args ...]"
20
+ $stderr.puts "usage: bixby run <script> [args ...]"
21
21
  return exit 1
22
22
 
23
23
  elsif scripts.kind_of?(Array)
@@ -1,7 +1,7 @@
1
1
 
2
- require "api-auth"
3
2
  require "curb"
4
3
 
4
+ require "bixby-auth"
5
5
  require "bixby-client/client/version"
6
6
 
7
7
  module Bixby
@@ -1,4 +1,6 @@
1
1
 
2
+ require "httpi"
3
+
2
4
  module Bixby
3
5
  module Model
4
6
  class Base
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bixby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chetan Sarva
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-02 00:00:00.000000000 Z
11
+ date: 2014-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bixby-common
@@ -108,20 +108,6 @@ dependencies:
108
108
  - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- - !ruby/object:Gem::Dependency
112
- name: api-auth
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - ">="
116
- - !ruby/object:Gem::Version
117
- version: '0'
118
- type: :runtime
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - ">="
123
- - !ruby/object:Gem::Version
124
- version: '0'
125
111
  - !ruby/object:Gem::Dependency
126
112
  name: yard
127
113
  requirement: !ruby/object:Gem::Requirement
@@ -364,7 +350,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
364
350
  version: '0'
365
351
  requirements: []
366
352
  rubyforge_project:
367
- rubygems_version: 2.2.2
353
+ rubygems_version: 2.4.2
368
354
  signing_key:
369
355
  specification_version: 4
370
356
  summary: Bixby Client