okvenue 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/okvenue/version.rb +1 -1
  2. data/okvenue.gemspec +1 -1
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module Okvenue
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/okvenue.gemspec CHANGED
@@ -4,7 +4,7 @@ require File.expand_path('../lib/okvenue/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Andrew Hage"]
6
6
  gem.email = ["andrew@okvenue.com"]
7
- gem.description = %q{A ruby wrapper for OK Venue's public API'}
7
+ gem.description = %q{A ruby wrapper for OK Venue's public API}
8
8
  gem.summary = %q{A simple ruby interface to the api at https://api.okvenue.com}
9
9
  gem.homepage = ""
10
10
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: okvenue
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Andrew Hage
@@ -13,7 +13,7 @@ cert_chain: []
13
13
  date: 2012-05-07 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
- description: A ruby wrapper for OK Venue's public API'
16
+ description: A ruby wrapper for OK Venue's public API
17
17
  email:
18
18
  - andrew@okvenue.com
19
19
  executables: []