gcal-unit 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.
Files changed (3) hide show
  1. data/gcal-unit.gemspec +3 -3
  2. data/lib/gcal_unit.rb +1 -1
  3. metadata +4 -4
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
5
5
  s.rubygems_version = '1.3.5'
6
6
 
7
7
  s.name = 'gcal-unit'
8
- s.version = '1.0.0'
9
- s.date = '2012-08-30'
8
+ s.version = '1.0.1'
9
+ s.date = '2012-11-09'
10
10
  s.rubyforge_project = 'gcal-unit'
11
11
 
12
12
  s.summary = "Pimp ass API wrapper for the Google Calendar API."
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.rdoc_options = ["--charset=UTF-8"]
23
23
  s.extra_rdoc_files = %w[README.md]
24
24
 
25
- s.add_dependency('httparty', "~> 0.7.8")
25
+ s.add_dependency('httparty', "~> 0.8.0")
26
26
 
27
27
  ## Leave this section as-is. It will be automatically generated from the
28
28
  ## contents of your Git repository via the gemspec task. DO NOT REMOVE
@@ -35,5 +35,5 @@ module Google
35
35
  yield configuration if block_given?
36
36
  end
37
37
 
38
- VERSION = "1.0.0"
38
+ VERSION = "1.0.1"
39
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gcal-unit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-30 00:00:00.000000000 Z
12
+ date: 2012-11-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.7.8
21
+ version: 0.8.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 0.7.8
29
+ version: 0.8.0
30
30
  description: Wraps HTTP calls for the Google Calendar API.
31
31
  email: support@brilliantfantastic.com
32
32
  executables: []