mbsy 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. data/mbsy.gemspec +6 -6
  2. metadata +6 -6
data/mbsy.gemspec CHANGED
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'mbsy'
3
- s.version = '1.0.0'
4
- s.date = '2012-06-10'
5
- s.summary = 'A Ruby wrapper for Ambassador API'
3
+ s.version = '1.0.1'
4
+ s.date = '2013-02-22'
5
+ s.summary = 'A Ruby wrapper for the Ambassador API'
6
6
  s.description = ''
7
- s.author = 'Tom Mullen'
8
- s.email = 'tom@zappdrewards.com'
9
- s.homepage = 'http://github.com/temullen/mbsy'
7
+ s.author = 'Tom Mullen, Chase Lee'
8
+ s.email = 'support@getambassador.com'
9
+ s.homepage = 'http://github.com/GetAmbassador/mbsy'
10
10
 
11
11
  s.files = `git ls-files`.split("\n")
12
12
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mbsy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Tom Mullen
8
+ - Tom Mullen, Chase Lee
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-10 00:00:00.000000000 Z
12
+ date: 2013-02-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -172,7 +172,7 @@ dependencies:
172
172
  - !ruby/object:Gem::Version
173
173
  version: 1.7.3
174
174
  description: ''
175
- email: tom@zappdrewards.com
175
+ email: support@getambassador.com
176
176
  executables: []
177
177
  extensions: []
178
178
  extra_rdoc_files: []
@@ -200,7 +200,7 @@ files:
200
200
  - spec/factories.rb
201
201
  - spec/mbsy_spec.rb
202
202
  - spec/spec_helper.rb
203
- homepage: http://github.com/temullen/mbsy
203
+ homepage: http://github.com/GetAmbassador/mbsy
204
204
  licenses: []
205
205
  post_install_message:
206
206
  rdoc_options: []
@@ -223,5 +223,5 @@ rubyforge_project:
223
223
  rubygems_version: 1.8.23
224
224
  signing_key:
225
225
  specification_version: 3
226
- summary: A Ruby wrapper for Ambassador API
226
+ summary: A Ruby wrapper for the Ambassador API
227
227
  test_files: []