superspeed-cli 0.0.4 → 0.0.5

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: 9a8cd9d6abf5f06eff389576dbf156c3bd0a2b79
4
- data.tar.gz: bd2073d105cacf596d3fd6134fe32e076bca998d
3
+ metadata.gz: 869bf299466d7b87f90bd1f60cc5b956fdfe4b32
4
+ data.tar.gz: aea0fdf3f4304047befe9691564346edb0f4eb76
5
5
  SHA512:
6
- metadata.gz: fb233876fc21b7343983694c0279c1927e657e277781dcb3846ac002dec892d27a369ae1cc56753bc39a475d6ba37b037b36077d0099a20184a46149dc0a1fb5
7
- data.tar.gz: 902473f2203bf9afa73c0dc38dde395cdef9ebb2d4ab0a3f59b00763edda5c4457dfa197bebbf197419a105089cd3e08ea4e8a231e6f0f144959b169f5867289
6
+ metadata.gz: acdcc02f2305eaa29654c31ca8eab4bc30f0b5f7bd5e9fb59645387a1a615f54f6e654ede04344bfe4ff20dac5b1f7cd7473dd801e0a8f7c82451ac34d96a522
7
+ data.tar.gz: 6f2e0a7474cd242c4a6fefaffaf14b53b2ce5ac12586503291593ac5a459ceaecc1f40df7edba96c7b187dd9dd9b80ae4aaff7165c206ca0f6a0f0017aeaf125
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- superspeed-cli (0.0.4)
4
+ superspeed-cli (0.0.5)
5
5
  execjs (= 2.5.2)
6
6
  gli (= 2.13.1)
7
7
  highline (= 1.7.2)
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2015 Alexandru Keszeg
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = superspeed-cli
2
2
 
3
- Describe your project here
3
+ Cli wrapper for superspeed
4
4
 
5
- :include:superspeed-cli.rdoc
5
+ [Documentation](superspeed-cli.rdoc)
6
6
 
@@ -1,3 +1,3 @@
1
1
  module SuperspeedCli
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
@@ -6,6 +6,8 @@ spec = Gem::Specification.new do |s|
6
6
  s.author = 'Alexandru Keszeg'
7
7
  s.email = 'akeszeg@gmail.com'
8
8
  s.platform = Gem::Platform::RUBY
9
+ s.license = 'MIT'
10
+ s.homepage = 'https://github.com/artworx/superspeed-cli'
9
11
  s.summary = 'Cli wrapper for superspeed'
10
12
  s.files = `git ls-files`.split("
11
13
  ")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: superspeed-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandru Keszeg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-28 00:00:00.000000000 Z
11
+ date: 2015-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -161,6 +161,7 @@ extra_rdoc_files:
161
161
  files:
162
162
  - Gemfile
163
163
  - Gemfile.lock
164
+ - LICENSE
164
165
  - README.rdoc
165
166
  - Rakefile
166
167
  - bin/superspeed-cli
@@ -175,8 +176,9 @@ files:
175
176
  - superspeed-cli.rdoc
176
177
  - test/default_test.rb
177
178
  - test/test_helper.rb
178
- homepage:
179
- licenses: []
179
+ homepage: https://github.com/artworx/superspeed-cli
180
+ licenses:
181
+ - MIT
180
182
  metadata: {}
181
183
  post_install_message:
182
184
  rdoc_options: