pointpin 1.0.2 → 1.0.3

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: 28d1d5052223861e63447115b7e06721ddf45a3a
4
- data.tar.gz: b6ae43479465af0382d57cb4360f90babeed9ee0
3
+ metadata.gz: bcb11df7d076851451d16b2616184281ecbf02e4
4
+ data.tar.gz: 60237c9d36fe6dfa7afa865a14899223d43256dd
5
5
  SHA512:
6
- metadata.gz: 27b9b4d6e57f2e76e822b5d10f7b0802a011d564afe747e9064a47d889247400cbc3a796583f044ca71bac8b9577174aff32a854bda566c1b784e659664d5364
7
- data.tar.gz: 81aea2c278874727887a7a3422fa59732aaf16b74bc6e48d995adf8b879de4a9934cf0b4c0af7cae8707640e957abdbddcb5ef216581fe063f2d6ea009f07992
6
+ metadata.gz: 1a1af718937de204ff56c21da062f49009ae7ecdb769180ca9d978ff921bf4923b3cf670c44f732a4f794603de6a134363232abfb41e4443d09d7c8eea1440bb
7
+ data.tar.gz: e5fbfb1cff1dda6251cd69bcffdd7d4a1f4b4a94f277d782f1e7eb6a1c77cb606a0267f2c459fafce98b8c2d2dcc8efa84f9c91bccfe5e7ca17cefc51f73c0c9
@@ -1,3 +1,3 @@
1
1
  module Pointpin
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
data/pointpin.gemspec CHANGED
@@ -11,7 +11,6 @@ Gem::Specification.new do |spec|
11
11
  spec.homepage = "https://github.com/pointpin/pointpin-ruby"
12
12
  spec.summary = %q{Pointp.in API wrapper in Ruby}
13
13
  spec.description = %q{Pointp.in API wrapper in Ruby}
14
- spec.homepage = ""
15
14
  spec.license = "MIT"
16
15
 
17
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pointpin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Flanagan
@@ -144,7 +144,7 @@ files:
144
144
  - spec/pointpin/pointpin_spec.rb
145
145
  - spec/pointpin/version_spec.rb
146
146
  - spec/spec_helper.rb
147
- homepage: ''
147
+ homepage: https://github.com/pointpin/pointpin-ruby
148
148
  licenses:
149
149
  - MIT
150
150
  metadata: {}