aric 0.2.1 → 0.2.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: dc0e379580b19b209e120d6c43ee915d47137084
4
- data.tar.gz: a0bafbd3f9535780c508dcaa1b98cd259a37417d
3
+ metadata.gz: bd665b5783312789c7de794c28abc21cae7e97e5
4
+ data.tar.gz: 4f976e9ddf8ba0271df1c61f84d37272700ff080
5
5
  SHA512:
6
- metadata.gz: 9ae7a5f63aa1746a0d2fde61fd9fc4f14387672f4368a159020d9c557555ad69e62f235aae7ff1bbff9b86efbc61892728efb681685355acadb6921bfb4442d8
7
- data.tar.gz: 91659c9b23d3a65605bd94eef6027e3ea03e5f261e2410f821990e7a3c69d20dbcd1595559a66f8d2e44003259a20956a599f922516985593839d92fd76602b3
6
+ metadata.gz: c5fa01dfa3e3a4af93a72e3ed77651f480fd7fe560e8314f96b4f07083921d72125f78a8e12e5053cb7f8837299b3c89966f22ead74805e11e5cf010170b6150
7
+ data.tar.gz: 936dbf37e18e1713055d72d5a21c777064cf7356561d0f1cb411d64630772c5e708885c30fa4d118989f6ce25f2cadeb5149ecac68925685a71ab07f4dd949d9
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['ganmacs@gmail.com']
11
11
 
12
12
  spec.summary = 'Awesome Ruby Ituens Client'
13
- spec.homepage = 'https://github.com/ganmacs/arci'
13
+ spec.homepage = 'https://github.com/ganmacs/aric'
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16
16
  spec.bindir = 'bin'
@@ -16,7 +16,7 @@ module Aric
16
16
  def run(args = [])
17
17
  @args = Array(args).join(' ')
18
18
  stdout, stderr, status = Open3.capture3(cmd)
19
- raise Arci::Error::ScriptExecutionError.new(stderr, cmd) unless status.success?
19
+ raise Aric::Error::ScriptExecutionError.new(stderr, cmd) unless status.success?
20
20
  stdout.strip
21
21
  end
22
22
 
@@ -1,3 +1,3 @@
1
1
  module Aric
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aric
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ganmacs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-24 00:00:00.000000000 Z
11
+ date: 2016-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie
@@ -136,7 +136,7 @@ files:
136
136
  - scripts/unlove_playlist.js
137
137
  - scripts/unmute.js
138
138
  - scripts/up.js
139
- homepage: https://github.com/ganmacs/arci
139
+ homepage: https://github.com/ganmacs/aric
140
140
  licenses: []
141
141
  metadata: {}
142
142
  post_install_message:
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  version: '0'
156
156
  requirements: []
157
157
  rubyforge_project:
158
- rubygems_version: 2.4.5
158
+ rubygems_version: 2.4.5.1
159
159
  signing_key:
160
160
  specification_version: 4
161
161
  summary: Awesome Ruby Ituens Client