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.
Files changed (4) hide show
  1. data/bin/saltr +7 -0
  2. data/lib/saltr/version.rb +1 -1
  3. data/saltr.gemspec +2 -2
  4. metadata +7 -5
data/bin/saltr ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env ruby
2
+ require 'pathname'
3
+ $LOAD_PATH.unshift Pathname.new(__FILE__).dirname + '..'
4
+
5
+ require 'lib/saltr'
6
+
7
+ Saltr::Repl.new.repl
data/lib/saltr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Saltr
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
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.bindir = "exe"
18
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
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.1.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: exe
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: -4543377424658850655
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: -4543377424658850655
121
+ hash: -3075056839663239536
120
122
  requirements: []
121
123
  rubyforge_project:
122
124
  rubygems_version: 1.8.23