pointpin 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.
- checksums.yaml +4 -4
- data/lib/pointpin/version.rb +1 -1
- data/pointpin.gemspec +2 -2
- data/spec/pointpin/version_spec.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d0f544f9a1742e7af6de4b579da145bfa848990
|
|
4
|
+
data.tar.gz: 5bb0c35e5c057d46508ea13c24db7d30eb8ecbdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 82ae72017ab3f520ef02cbbe35107a97420e5d0aaa5e202fd603f7d9603a28cb8efd29e8315bdbad16ce74714119e4692c18419a6972db019967ce4c9e287e9e
|
|
7
|
+
data.tar.gz: c5b722993fc557f3a6ce4a812d02462e5def1b7612a6413ae5686adfd7b4e681b854b0a632a801cd2da993c20a4ceaf77b3dec6808f6c332d45723aaa170781e
|
data/lib/pointpin/version.rb
CHANGED
data/pointpin.gemspec
CHANGED
|
@@ -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/
|
|
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
|
|
13
|
+
spec.description = %q{Pointp.in API wrapper in Ruby}
|
|
14
14
|
spec.homepage = ""
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
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.
|
|
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:
|
|
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
|
|
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.
|
|
167
|
+
rubygems_version: 2.4.6
|
|
168
168
|
signing_key:
|
|
169
169
|
specification_version: 4
|
|
170
170
|
summary: Pointp.in API wrapper in Ruby
|