tapirgo 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 130fa081e37fb0cb1ea8a735e2e97564a5dec0a9
4
- data.tar.gz: 565f8203f8c2fee22ba0852b23d2fabc870c24b8
3
+ metadata.gz: 948a6e18a7632b0eb58742732c37be069f4a7888
4
+ data.tar.gz: 273349a0aff585d01a9b344118460d5b44314009
5
5
  SHA512:
6
- metadata.gz: 608c5b630cb02eea001e7a7e8f88cfd02b403c0596e9f87e811e519b8e341c9efa8ffe7126443cd9fca4464b7c60a1ab7f151097d22986b4f1baff2ccf1db498
7
- data.tar.gz: aa0ab43d95ddd483d38b6a9266cdd8aa63e95e783c4b2b4e22246e2696093cfad3d2831c1a24a024de772ced6cb3c8c0c577d597acb8f795d95d471813f6036b
6
+ metadata.gz: 00446e96b64c2a3534a381b3c103ca1a52fca26c351fe12bdf64b37f1bcfa22d74f96d63e27b39780c87aad9adce3c06365ab05d690769e9fdc71e1b55b07390
7
+ data.tar.gz: e1234cb87634f2f3bfe8a9859b1fbf434547e5242ece9930d7f4ba893af1f484f44ef0038e176f736ccd18580e535752885049df2c59c4cce7857ae2844d15a9
@@ -1,6 +1,10 @@
1
1
  Tapirgo Gem CHANGELOG
2
2
  =====================
3
3
 
4
+ v0.1.2 (2014-03-04)
5
+ -------------------
6
+ * Fix an error in the Gem homepage URL
7
+
4
8
  v0.1.0 (2014-03-4)
5
9
  ------------------
6
10
  * Initial release
@@ -21,7 +21,7 @@
21
21
  #
22
22
  # @author Jonathan Hartman <j@p4nt5.com>
23
23
  module Tapirgo
24
- VERSION = '0.1.0'
24
+ VERSION = '0.1.2'
25
25
  end
26
26
 
27
27
  # vim: ai et ts=2 sts=2 sw=2 ft=ruby
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ['j@p4nt5.com']
12
12
  spec.summary = %q{A simple Ruby library for the Tapir API}
13
13
  spec.description = spec.summary
14
- spec.homepage = 'https://github.com/RoboticCheese/tapirgo'
14
+ spec.homepage = 'https://github.com/RoboticCheese/tapirgo-ruby'
15
15
  spec.license = 'Apache'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tapirgo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Hartman
@@ -174,7 +174,7 @@ files:
174
174
  - spec/tapirgo/search/result_spec.rb
175
175
  - spec/tapirgo/search_spec.rb
176
176
  - tapirgo.gemspec
177
- homepage: https://github.com/RoboticCheese/tapirgo
177
+ homepage: https://github.com/RoboticCheese/tapirgo-ruby
178
178
  licenses:
179
179
  - Apache
180
180
  metadata: {}