model_to_googlesheet 2.0.1 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38a2455e4d26c1dff080f99da107cd3f35084132
4
- data.tar.gz: c624e39894a779fda496a87c39a254ca0dc7d689
3
+ metadata.gz: e8d979d583083334c1b1be0b956ed85ba32d7d25
4
+ data.tar.gz: 96a08869277a3c9ab3ae2851783c3dc271d1450f
5
5
  SHA512:
6
- metadata.gz: a2f6954dead95c1bbcc2074c80735898f96b2d441dbdb83fa0038cb2cd5b392f4cfb74604cc60f7653475ce48c455ddadda9a5d51577feb5df2d9dce0c2fb525
7
- data.tar.gz: ddeae0f6ab132f578b4ee12bd3d38ba74a4329364892775c7477434d8b96f2c8b0385fbf817ba05b16408bf5c7b43869aa4932804bbc93c4600b5413037b5031
6
+ metadata.gz: 55b4dc534b88b3fb2eed8dadc2d5302e0cacd03da33bc879152cf4280ff727aba8d229fa43e66171d2c1cd6a03a743881f2e15c389b6ba18263978cbc7cd0354
7
+ data.tar.gz: bf93ffb81c6ad84cb2e1be1e8367ea4c2a981a012863ae41a06075ff307a80f55b132e795aa5e8601f5025b7e4455165f96efe0c5e34204f0902e11b3eed8224
data/Gemfile.lock CHANGED
@@ -1,63 +1,52 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- model_to_googlesheet (2.0.1)
4
+ model_to_googlesheet (2.1.0)
5
5
  google_drive (~> 1.0)
6
- rails (~> 4.2)
6
+ rails (~> 3.2)
7
7
 
8
8
  GEM
9
9
  specs:
10
- actionmailer (4.2.5)
11
- actionpack (= 4.2.5)
12
- actionview (= 4.2.5)
13
- activejob (= 4.2.5)
14
- mail (~> 2.5, >= 2.5.4)
15
- rails-dom-testing (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.5)
17
- actionview (= 4.2.5)
18
- activesupport (= 4.2.5)
19
- rack (~> 1.6)
20
- rack-test (~> 0.6.2)
21
- rails-dom-testing (~> 1.0, >= 1.0.5)
22
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
- actionview (4.2.5)
24
- activesupport (= 4.2.5)
25
- builder (~> 3.1)
10
+ actionmailer (3.2.19)
11
+ actionpack (= 3.2.19)
12
+ mail (~> 2.5.4)
13
+ actionpack (3.2.19)
14
+ activemodel (= 3.2.19)
15
+ activesupport (= 3.2.19)
16
+ builder (~> 3.0.0)
26
17
  erubis (~> 2.7.0)
27
- rails-dom-testing (~> 1.0, >= 1.0.5)
28
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- activejob (4.2.5)
30
- activesupport (= 4.2.5)
31
- globalid (>= 0.3.0)
32
- activemodel (4.2.5)
33
- activesupport (= 4.2.5)
34
- builder (~> 3.1)
35
- activerecord (4.2.5)
36
- activemodel (= 4.2.5)
37
- activesupport (= 4.2.5)
38
- arel (~> 6.0)
39
- activesupport (4.2.5)
40
- i18n (~> 0.7)
41
- json (~> 1.7, >= 1.7.7)
42
- minitest (~> 5.1)
43
- thread_safe (~> 0.3, >= 0.3.4)
44
- tzinfo (~> 1.1)
18
+ journey (~> 1.0.4)
19
+ rack (~> 1.4.5)
20
+ rack-cache (~> 1.2)
21
+ rack-test (~> 0.6.1)
22
+ sprockets (~> 2.2.1)
23
+ activemodel (3.2.19)
24
+ activesupport (= 3.2.19)
25
+ builder (~> 3.0.0)
26
+ activerecord (3.2.19)
27
+ activemodel (= 3.2.19)
28
+ activesupport (= 3.2.19)
29
+ arel (~> 3.0.2)
30
+ tzinfo (~> 0.3.29)
31
+ activeresource (3.2.19)
32
+ activemodel (= 3.2.19)
33
+ activesupport (= 3.2.19)
34
+ activesupport (3.2.19)
35
+ i18n (~> 0.6, >= 0.6.4)
36
+ multi_json (~> 1.0)
45
37
  addressable (2.4.0)
46
- arel (6.0.3)
38
+ arel (3.0.3)
47
39
  autoparse (0.3.3)
48
40
  addressable (>= 2.3.1)
49
41
  extlib (>= 0.9.15)
50
42
  multi_json (>= 1.0.0)
51
- builder (3.2.2)
43
+ builder (3.0.4)
52
44
  coderay (1.1.0)
53
- concurrent-ruby (1.0.0)
54
45
  diff-lcs (1.2.5)
55
46
  erubis (2.7.0)
56
47
  extlib (0.9.16)
57
48
  faraday (0.9.2)
58
49
  multipart-post (>= 1.2, < 3)
59
- globalid (0.3.6)
60
- activesupport (>= 4.1.0)
61
50
  google-api-client (0.8.6)
62
51
  activesupport (>= 3.2)
63
52
  addressable (~> 2.3)
@@ -81,8 +70,10 @@ GEM
81
70
  memoist (~> 0.12)
82
71
  multi_json (~> 1.11)
83
72
  signet (~> 0.6)
73
+ hike (1.2.3)
84
74
  i18n (0.7.0)
85
75
  interception (0.5)
76
+ journey (1.0.4)
86
77
  json (1.8.3)
87
78
  jwt (1.5.2)
88
79
  launchy (2.4.3)
@@ -91,15 +82,13 @@ GEM
91
82
  logging (2.0.0)
92
83
  little-plugger (~> 1.1)
93
84
  multi_json (~> 1.10)
94
- loofah (2.0.3)
95
- nokogiri (>= 1.5.9)
96
- mail (2.6.3)
97
- mime-types (>= 1.16, < 3)
85
+ mail (2.5.4)
86
+ mime-types (~> 1.16)
87
+ treetop (~> 1.4.8)
98
88
  memoist (0.13.0)
99
89
  method_source (0.8.2)
100
- mime-types (2.99)
90
+ mime-types (1.25.1)
101
91
  mini_portile2 (2.0.0)
102
- minitest (5.8.3)
103
92
  multi_json (1.11.2)
104
93
  multi_xml (0.5.5)
105
94
  multipart-post (2.0.0)
@@ -112,6 +101,7 @@ GEM
112
101
  multi_json (~> 1.3)
113
102
  multi_xml (~> 0.5)
114
103
  rack (~> 1.2)
104
+ polyglot (0.3.5)
115
105
  pry (0.10.3)
116
106
  coderay (~> 1.1.0)
117
107
  method_source (~> 0.8.1)
@@ -119,34 +109,31 @@ GEM
119
109
  pry-rescue (1.4.2)
120
110
  interception (>= 0.5)
121
111
  pry
122
- rack (1.6.4)
112
+ rack (1.4.7)
113
+ rack-cache (1.5.0)
114
+ rack (>= 0.4)
115
+ rack-ssl (1.3.4)
116
+ rack
123
117
  rack-test (0.6.3)
124
118
  rack (>= 1.0)
125
- rails (4.2.5)
126
- actionmailer (= 4.2.5)
127
- actionpack (= 4.2.5)
128
- actionview (= 4.2.5)
129
- activejob (= 4.2.5)
130
- activemodel (= 4.2.5)
131
- activerecord (= 4.2.5)
132
- activesupport (= 4.2.5)
133
- bundler (>= 1.3.0, < 2.0)
134
- railties (= 4.2.5)
135
- sprockets-rails
136
- rails-deprecated_sanitizer (1.0.3)
137
- activesupport (>= 4.2.0.alpha)
138
- rails-dom-testing (1.0.7)
139
- activesupport (>= 4.2.0.beta, < 5.0)
140
- nokogiri (~> 1.6.0)
141
- rails-deprecated_sanitizer (>= 1.0.1)
142
- rails-html-sanitizer (1.0.2)
143
- loofah (~> 2.0)
144
- railties (4.2.5)
145
- actionpack (= 4.2.5)
146
- activesupport (= 4.2.5)
119
+ rails (3.2.19)
120
+ actionmailer (= 3.2.19)
121
+ actionpack (= 3.2.19)
122
+ activerecord (= 3.2.19)
123
+ activeresource (= 3.2.19)
124
+ activesupport (= 3.2.19)
125
+ bundler (~> 1.0)
126
+ railties (= 3.2.19)
127
+ railties (3.2.19)
128
+ actionpack (= 3.2.19)
129
+ activesupport (= 3.2.19)
130
+ rack-ssl (~> 1.3.2)
147
131
  rake (>= 0.8.7)
148
- thor (>= 0.18.1, < 2.0)
132
+ rdoc (~> 3.4)
133
+ thor (>= 0.14.6, < 2.0)
149
134
  rake (10.4.2)
135
+ rdoc (3.12.2)
136
+ json (~> 1.4)
150
137
  retriable (1.4.1)
151
138
  rspec (3.4.0)
152
139
  rspec-core (~> 3.4.0)
@@ -167,18 +154,18 @@ GEM
167
154
  jwt (~> 1.5)
168
155
  multi_json (~> 1.10)
169
156
  slop (3.6.0)
170
- sprockets (3.5.2)
171
- concurrent-ruby (~> 1.0)
172
- rack (> 1, < 3)
173
- sprockets-rails (2.3.3)
174
- actionpack (>= 3.0)
175
- activesupport (>= 3.0)
176
- sprockets (>= 2.8, < 4.0)
157
+ sprockets (2.2.3)
158
+ hike (~> 1.2)
159
+ multi_json (~> 1.0)
160
+ rack (~> 1.0)
161
+ tilt (~> 1.1, != 1.3.0)
177
162
  sqlite3 (1.3.11)
178
163
  thor (0.19.1)
179
- thread_safe (0.3.5)
180
- tzinfo (1.2.2)
181
- thread_safe (~> 0.1)
164
+ tilt (1.4.1)
165
+ treetop (1.4.15)
166
+ polyglot
167
+ polyglot (>= 0.3.1)
168
+ tzinfo (0.3.44)
182
169
 
183
170
  PLATFORMS
184
171
  ruby
data/README.md CHANGED
@@ -13,7 +13,7 @@ Choose 'other' as an application type.
13
13
 
14
14
  Once you get **client_id** and **session_id**, you can get a **refresh_token** with:
15
15
 
16
- `rake model_to_googlesheet:get_refresh_token client_id='274709489501-ekvsdc8cpuh9nrps73h55m29i1kbgtgk.apps.googleusercontent.com' client_secret='hbSi0Q7VWArzLQZ2maJoagdx'`
16
+ `rake model_to_googlesheet:get_refresh_token client_id='274709489501-erfwefrefew14dd43fwf.apps.googleusercontent.com' client_secret='fewcerwfv3432w2r'`
17
17
 
18
18
  ###Configuration
19
19
  Once you get your **client_id**, **client_secret** and **refresh_token**, you can set them either globally, permodel, or permethod.
@@ -1,3 +1,3 @@
1
1
  module ModelToGooglesheet
2
- VERSION = "2.0.1"
2
+ VERSION = "2.1.0"
3
3
  end
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.files = `git ls-files`.split("\n") - ['.gitignore']
18
18
  s.require_paths = ['lib']
19
19
 
20
- s.add_dependency 'rails', '~>4.2'
20
+ s.add_dependency 'rails', '~>3.2'
21
21
  s.add_dependency 'google_drive', '~>1.0'
22
22
 
23
23
  s.add_development_dependency 'sqlite3'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: model_to_googlesheet
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Helga Karunus
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.2'
19
+ version: '3.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '4.2'
26
+ version: '3.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google_drive
29
29
  requirement: !ruby/object:Gem::Requirement