facebook-google-calendar-sync 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.
data/README.md CHANGED
@@ -24,12 +24,9 @@ It also displays the details of the "private" Facebook events which would otherw
24
24
 
25
25
  ## Installation
26
26
 
27
- Install the gem 'specific_install' and then install the facebook-google-calendar-sync gem directly from git (it's not on Rubygems yet):
27
+ $ gem install facebook-google-calendar-sync
28
28
 
29
- $ gem install specific_install
30
- $ gem specific_install -l http://github.com/bethesque/facebook-google-calendar-sync.git
31
-
32
- Create a Goggle permissions file to allow the gem to access your Google Calendar. This command will open a browser window.
29
+ Create a Goggle permissions file to allow the gem to access your Google Calendar. This command will open a browser window. (Have found this did not work in jruby, tested succesfully in MRI ruby-1.9.3-p392)
33
30
 
34
31
  $ bundle exec google-api oauth-2-login --scope=https://www.googleapis.com/auth/calendar --client-id=436161995365.apps.googleusercontent.com --client-secret=WgTEjg-b8rXCRL28hweLcSuV
35
32
 
@@ -6,8 +6,8 @@ require 'facebook_google_calendar_sync/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "facebook-google-calendar-sync"
8
8
  spec.version = FacebookGoogleCalendarSync::VERSION
9
- spec.authors = ["Beth"]
10
- spec.email = ["beth@bethesque.com"]
9
+ spec.authors = ["Bethesque"]
10
+ spec.email = ["bethesque.facebook.cal.sync@gmail.com"]
11
11
  spec.description = %q{Syncs Facebook calendar to Google calendar}
12
12
  spec.summary = %q{Syncs Facebook calendar to Google calendar}
13
13
  spec.homepage = ""
@@ -1,3 +1,3 @@
1
1
  module FacebookGoogleCalendarSync
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facebook-google-calendar-sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Beth
8
+ - Bethesque
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
@@ -141,7 +141,7 @@ dependencies:
141
141
  version: '2.13'
142
142
  description: Syncs Facebook calendar to Google calendar
143
143
  email:
144
- - beth@bethesque.com
144
+ - bethesque.facebook.cal.sync@gmail.com
145
145
  executables:
146
146
  - facebook-google-calendar-sync
147
147
  extensions: []
@@ -185,7 +185,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
185
185
  version: '0'
186
186
  segments:
187
187
  - 0
188
- hash: -2766979718590756267
188
+ hash: -611403339403696087
189
189
  required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  none: false
191
191
  requirements:
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  version: '0'
195
195
  segments:
196
196
  - 0
197
- hash: -2766979718590756267
197
+ hash: -611403339403696087
198
198
  requirements: []
199
199
  rubyforge_project:
200
200
  rubygems_version: 1.8.25