saltr 0.1.0 → 0.2.0
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.
- data/bin/saltr +7 -0
- data/lib/saltr/version.rb +1 -1
- data/saltr.gemspec +2 -2
- metadata +7 -5
data/bin/saltr
ADDED
data/lib/saltr/version.rb
CHANGED
data/saltr.gemspec
CHANGED
|
@@ -14,8 +14,8 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.homepage = ""
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
|
-
spec.
|
|
18
|
-
spec.executables =
|
|
17
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
18
|
+
spec.executables = ['saltr']
|
|
19
19
|
spec.require_paths = ["lib"]
|
|
20
20
|
|
|
21
21
|
spec.add_development_dependency "bundler", "~> 1.10"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: saltr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Brian Murphy-Dye
|
|
9
9
|
autorequire:
|
|
10
|
-
bindir:
|
|
10
|
+
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2015-08-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
@@ -78,7 +78,8 @@ dependencies:
|
|
|
78
78
|
description: ''
|
|
79
79
|
email:
|
|
80
80
|
- brian@murphydye.com
|
|
81
|
-
executables:
|
|
81
|
+
executables:
|
|
82
|
+
- saltr
|
|
82
83
|
extensions: []
|
|
83
84
|
extra_rdoc_files: []
|
|
84
85
|
files:
|
|
@@ -87,6 +88,7 @@ files:
|
|
|
87
88
|
- README.md
|
|
88
89
|
- Rakefile
|
|
89
90
|
- bin/console
|
|
91
|
+
- bin/saltr
|
|
90
92
|
- bin/setup
|
|
91
93
|
- lib/help.rb
|
|
92
94
|
- lib/salt.rb
|
|
@@ -107,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
107
109
|
version: '0'
|
|
108
110
|
segments:
|
|
109
111
|
- 0
|
|
110
|
-
hash: -
|
|
112
|
+
hash: -3075056839663239536
|
|
111
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
114
|
none: false
|
|
113
115
|
requirements:
|
|
@@ -116,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
118
|
version: '0'
|
|
117
119
|
segments:
|
|
118
120
|
- 0
|
|
119
|
-
hash: -
|
|
121
|
+
hash: -3075056839663239536
|
|
120
122
|
requirements: []
|
|
121
123
|
rubyforge_project:
|
|
122
124
|
rubygems_version: 1.8.23
|