pointpin 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b450f35c3da0837208c3181ed16b7a2d81ae53e3
4
- data.tar.gz: 94450c6a4ea22c51d1906f739fa7ee65332a1d05
3
+ metadata.gz: 0d0f544f9a1742e7af6de4b579da145bfa848990
4
+ data.tar.gz: 5bb0c35e5c057d46508ea13c24db7d30eb8ecbdf
5
5
  SHA512:
6
- metadata.gz: 8f9620b68a98edfda303d2682c2c9fdc45543656d120565ed8a49cc0b2456b11bd7687187461ec040018ddb1f77ef460c0468e316b3f14c39603d5b81b2b15ec
7
- data.tar.gz: 168904cb5dcdc3fa56d8032b85d278ca5ed8da61913a99d937e0032f349c1bad9b21f8b221a1c3d032face52e042cdb445662e7adace04a0581a4999bc032446
6
+ metadata.gz: 82ae72017ab3f520ef02cbbe35107a97420e5d0aaa5e202fd603f7d9603a28cb8efd29e8315bdbad16ce74714119e4692c18419a6972db019967ce4c9e287e9e
7
+ data.tar.gz: c5b722993fc557f3a6ce4a812d02462e5def1b7612a6413ae5686adfd7b4e681b854b0a632a801cd2da993c20a4ceaf77b3dec6808f6c332d45723aaa170781e
@@ -1,3 +1,3 @@
1
1
  module Pointpin
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Pointpin::VERSION
9
9
  spec.authors = ["Brian Flanagan"]
10
10
  spec.email = ["brian@coralmade.com"]
11
- spec.homepage = "https://github.com/coralmade/pointpin-ruby"
11
+ spec.homepage = "https://github.com/pointpin/pointpin-ruby"
12
12
  spec.summary = %q{Pointp.in API wrapper in Ruby}
13
- spec.description = %q{Pointp.in API wrapper in Rub}
13
+ spec.description = %q{Pointp.in API wrapper in Ruby}
14
14
  spec.homepage = ""
15
15
  spec.license = "MIT"
16
16
 
@@ -2,6 +2,6 @@ require 'spec_helper'
2
2
 
3
3
  describe 'Pointpin::VERSION' do
4
4
  it 'should be the correct version' do
5
- Pointpin::VERSION.should == '1.0.0'
5
+ Pointpin::VERSION.should == '1.0.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pointpin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Flanagan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-16 00:00:00.000000000 Z
11
+ date: 2015-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: Pointp.in API wrapper in Rub
125
+ description: Pointp.in API wrapper in Ruby
126
126
  email:
127
127
  - brian@coralmade.com
128
128
  executables: []
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  requirements: []
166
166
  rubyforge_project:
167
- rubygems_version: 2.3.0
167
+ rubygems_version: 2.4.6
168
168
  signing_key:
169
169
  specification_version: 4
170
170
  summary: Pointp.in API wrapper in Ruby