phaxion 0.0.1 → 0.0.2

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 (3) hide show
  1. data/lib/phaxion/version.rb +1 -1
  2. data/phaxion.gemspec +1 -1
  3. metadata +4 -4
@@ -1,3 +1,3 @@
1
1
  module Phaxion
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/phaxion.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["bjh@fake.fake"]
11
11
  gem.description = %q{giving the Phaxio API a nice big hug.}
12
12
  gem.summary = %q{Phaxio API wrapper}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/bjh/phaxion"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phaxion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-09 00:00:00.000000000 Z
12
+ date: 2014-03-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httmultiparty
@@ -129,7 +129,7 @@ files:
129
129
  - spec/support/responses/send.json
130
130
  - spec/support/responses/sendFailure.json
131
131
  - spec/support/responses/testReceive.json
132
- homepage: ''
132
+ homepage: https://github.com/bjh/phaxion
133
133
  licenses: []
134
134
  post_install_message:
135
135
  rdoc_options: []
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  requirements: []
151
151
  rubyforge_project:
152
- rubygems_version: 1.8.25
152
+ rubygems_version: 1.8.23
153
153
  signing_key:
154
154
  specification_version: 3
155
155
  summary: Phaxio API wrapper