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.
- data/gcal-unit.gemspec +3 -3
- data/lib/gcal_unit.rb +1 -1
- metadata +4 -4
data/gcal-unit.gemspec
CHANGED
|
@@ -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.
|
|
9
|
-
s.date = '2012-
|
|
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.
|
|
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
|
data/lib/gcal_unit.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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: []
|