aninipot 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.
@@ -3,7 +3,7 @@ lib = File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'aninipot'
6
- s.version = '0.0.2'
6
+ s.version = '0.0.3'
7
7
  s.date = '2012-11-24'
8
8
  s.email = 'me@iantusil.com'
9
9
 
@@ -19,4 +19,4 @@ Gem::Specification.new do |s|
19
19
  s.test_files = Dir['test/*.rb']
20
20
 
21
21
  s.add_development_dependency 'minitest', '~> 4.3.3'
22
- end
22
+ end
@@ -3,7 +3,7 @@ module Aninipot
3
3
  include ClassSupportMixin
4
4
  include Aninipot::Configuration
5
5
 
6
- set_attributes :host => 'www.semaphore.co',
6
+ set_attributes :host => 'api.semaphore.co',
7
7
  :port => '80',
8
8
  :api => '',
9
9
  :from => ''
@@ -46,4 +46,4 @@ module Aninipot
46
46
  response
47
47
  end
48
48
  end
49
- end
49
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aninipot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: