maestro_shell 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 556cee89a36048fb6c2ca3a53ddf68297b58bf64
4
- data.tar.gz: e21d92f2ce15ad640f503be2439d4dbf6ec2785a
3
+ metadata.gz: 3f2ca3dac172b93dccfde42bf5bfcfeb042a267f
4
+ data.tar.gz: 5bf446d9b239637b23041364e3ecd30401568abf
5
5
  SHA512:
6
- metadata.gz: 98cd6474e446f69580b4a114e73b5eb8a1621c5220216e5892892c1a20a3651850018afc84bb333f795566b016890e12ef81ee73d34c1f17eb787fe7092ed17f
7
- data.tar.gz: 5060cef715888491f063c28f31b79c40b3a0c358f286e01ad9ca9367c60cfd23c62827a704bf8b66b6fd583c3afa04d750fe12c1e4f40297de38b98ee75e214c
6
+ metadata.gz: dcbe93166275dfac4926dd321a2fe9e9caa15be545be9e3aa61fa643d98495f4adc6527022a4afd9a41b805bd1df9910fcec14112e39a42fe196a4079a537e53
7
+ data.tar.gz: afe2c5eb62a9b975d4bedc13acf07199e99a2630c0b3b5129eb996e27a0f2cdabbd3b4f48cc73ce634332c1d5b5940145495ded01fed52a7b4e3a613a48df610
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- maestro_shell (0.0.2)
4
+ maestro_shell (0.0.3)
5
5
  json (>= 1.4.6)
6
6
  logging (= 1.8.0)
7
7
  rubyzip (= 0.9.8)
@@ -10,7 +10,6 @@ GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  diff-lcs (1.2.4)
13
- json (1.8.0)
14
13
  json (1.8.0-java)
15
14
  little-plugger (1.1.3)
16
15
  logging (1.8.0)
@@ -20,7 +19,7 @@ GEM
20
19
  mocha (0.14.0)
21
20
  metaclass (~> 0.0.1)
22
21
  multi_json (1.7.7)
23
- rake (10.0.4)
22
+ rake (10.1.0)
24
23
  rspec (2.13.0)
25
24
  rspec-core (~> 2.13.0)
26
25
  rspec-expectations (~> 2.13.0)
@@ -33,7 +32,6 @@ GEM
33
32
 
34
33
  PLATFORMS
35
34
  java
36
- ruby
37
35
 
38
36
  DEPENDENCIES
39
37
  bundler (~> 1.3)
File without changes
data/lib/util/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Maestro
2
2
  module Util
3
3
  class Shell
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
6
6
  end
7
7
  end
data/spec/spec_helper.rb CHANGED
@@ -3,7 +3,7 @@ require 'rspec'
3
3
 
4
4
  $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib') unless $LOAD_PATH.include?(File.dirname(__FILE__) + '/../lib')
5
5
 
6
- require 'shell'
6
+ require 'maestro_shell'
7
7
 
8
8
  RSpec.configure do |config|
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maestro_shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Doug Henderson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-09 00:00:00.000000000 Z
11
+ date: 2013-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logging
@@ -122,7 +122,7 @@ files:
122
122
  - LICENSE.txt
123
123
  - README.md
124
124
  - Rakefile
125
- - lib/shell.rb
125
+ - lib/maestro_shell.rb
126
126
  - lib/util/logging.rb
127
127
  - lib/util/shell.rb
128
128
  - lib/util/version.rb