sherpa-cli 0.2.0 → 0.3.1
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/lib/sherpa/version.rb +1 -1
- data/sherpa.gemspec +1 -2
- metadata +4 -6
- data/bin/console +0 -14
- data/bin/rspec +0 -16
- data/bin/setup +0 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b55977c7c9ee8d75c0bc552ad8fe0b970da6fc9
|
|
4
|
+
data.tar.gz: 40ae022379315df0c072a21d41e32163a126803d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d247289f0c2f3561f90e35597e71e91bdcf1899ff563495560fcf4d448a0d334edc2f7e63f814c3379e5c01597f1226d974269c0955a8858b11e3cbeec96248
|
|
7
|
+
data.tar.gz: 7557034b4b9ee0ef5762b2619ca8a028ecb865b9948e3a5d39d90986e55eab72805ce110dcfc306d1d06a4c9f07597b9f2b93b12841a512d81d920cb3d4c63fc
|
data/lib/sherpa/version.rb
CHANGED
data/sherpa.gemspec
CHANGED
|
@@ -15,8 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
18
|
-
spec.
|
|
19
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
18
|
+
spec.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
|
20
19
|
spec.require_paths = ["lib"]
|
|
21
20
|
spec.required_ruby_version = "~> 2.2"
|
|
22
21
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sherpa-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Stock
|
|
8
8
|
- Andrew Seward
|
|
9
9
|
autorequire:
|
|
10
|
-
bindir:
|
|
10
|
+
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2016-01-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
@@ -127,7 +127,8 @@ description: Allows interaction with Sherpa service via a command prompt applica
|
|
|
127
127
|
email:
|
|
128
128
|
- mikeastock@gmail.com
|
|
129
129
|
- awswrd@gmail.com
|
|
130
|
-
executables:
|
|
130
|
+
executables:
|
|
131
|
+
- sherpa
|
|
131
132
|
extensions: []
|
|
132
133
|
extra_rdoc_files: []
|
|
133
134
|
files:
|
|
@@ -138,9 +139,6 @@ files:
|
|
|
138
139
|
- LICENSE.txt
|
|
139
140
|
- README.md
|
|
140
141
|
- Rakefile
|
|
141
|
-
- bin/console
|
|
142
|
-
- bin/rspec
|
|
143
|
-
- bin/setup
|
|
144
142
|
- bin/sherpa
|
|
145
143
|
- circle.yml
|
|
146
144
|
- lib/sherpa.rb
|
data/bin/console
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
|
|
3
|
-
require "bundler/setup"
|
|
4
|
-
require "sherpa"
|
|
5
|
-
|
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
|
8
|
-
|
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
10
|
-
# require "pry"
|
|
11
|
-
# Pry.start
|
|
12
|
-
|
|
13
|
-
require "irb"
|
|
14
|
-
IRB.start
|
data/bin/rspec
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env ruby
|
|
2
|
-
#
|
|
3
|
-
# This file was generated by Bundler.
|
|
4
|
-
#
|
|
5
|
-
# The application 'rspec' is installed as part of a gem, and
|
|
6
|
-
# this file is here to facilitate running it.
|
|
7
|
-
#
|
|
8
|
-
|
|
9
|
-
require 'pathname'
|
|
10
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
|
|
11
|
-
Pathname.new(__FILE__).realpath)
|
|
12
|
-
|
|
13
|
-
require 'rubygems'
|
|
14
|
-
require 'bundler/setup'
|
|
15
|
-
|
|
16
|
-
load Gem.bin_path('rspec-core', 'rspec')
|