stingray-exec 0.1.0 → 0.1.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.
data/.travis.yml ADDED
@@ -0,0 +1,11 @@
1
+ ---
2
+ language: ruby
3
+ rvm:
4
+ - '1.9.3'
5
+ - '2.0'
6
+ script: bundle exec rspec
7
+ notifications:
8
+ email:
9
+ recipients:
10
+ - d.buch+stingray-exec@modcloth.com
11
+ - r.colton+stingray-exec@modcloth.com
data/AUTHORS.md CHANGED
@@ -1,2 +1,3 @@
1
1
  - Dan Buch
2
2
  - Jake Ritorto
3
+ - Rafe Colton
data/README.md CHANGED
@@ -19,7 +19,7 @@ projects. It'll be okay.
19
19
 
20
20
  Clone down a copy
21
21
  ````` bash
22
- git clone git://github.com/modcloth/stingray-exec.git
22
+ git clone git://github.com/modcloth-labs/stingray-exec.git
23
23
  pushd stingray-exec
24
24
  `````
25
25
 
@@ -1,5 +1,5 @@
1
1
  module Stingray
2
2
  module Exec
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
@@ -6,7 +6,7 @@ require 'stingray/exec/version'
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "stingray-exec"
8
8
  gem.version = Stingray::Exec::VERSION
9
- gem.authors = ["Dan Buch"]
9
+ gem.authors = ["Dan Buch", "Jake Ritorto", "Rafe Colton"]
10
10
  gem.email = ["d.buch@modcloth.com"]
11
11
  gem.description = %q{Stingray Traffic Manager Control API Client}
12
12
  gem.summary = %q{Talks to Riverbed Stingray Traffic Manager over its SOAP Control API}
metadata CHANGED
@@ -1,15 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stingray-exec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dan Buch
9
+ - Jake Ritorto
10
+ - Rafe Colton
9
11
  autorequire:
10
12
  bindir: bin
11
13
  cert_chain: []
12
- date: 2013-07-01 00:00:00.000000000 Z
14
+ date: 2013-07-09 00:00:00.000000000 Z
13
15
  dependencies:
14
16
  - !ruby/object:Gem::Dependency
15
17
  name: savon
@@ -55,6 +57,7 @@ files:
55
57
  - .local.integration.env
56
58
  - .rspec
57
59
  - .simplecov
60
+ - .travis.yml
58
61
  - AUTHORS.md
59
62
  - CONTRIBUTING.md
60
63
  - Gemfile
@@ -103,18 +106,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
106
  - - ! '>='
104
107
  - !ruby/object:Gem::Version
105
108
  version: '0'
106
- segments:
107
- - 0
108
- hash: -1693318520406204840
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  none: false
111
111
  requirements:
112
112
  - - ! '>='
113
113
  - !ruby/object:Gem::Version
114
114
  version: '0'
115
- segments:
116
- - 0
117
- hash: -1693318520406204840
118
115
  requirements: []
119
116
  rubyforge_project:
120
117
  rubygems_version: 1.8.23