axlsx_rails 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -5,6 +5,17 @@ source "http://rubygems.org"
5
5
  # development dependencies will be added by default to the :development group.
6
6
  gemspec
7
7
 
8
+ case ENV['RAILS_VERSION']
9
+ when '3.1', '3.2'
10
+ gem 'rails', "~> #{ENV['RAILS_VERSION']}.0"
11
+ when '4.0'
12
+ # TODO: Use as a gem, when rails 4 will be released
13
+ gem 'rails', github: 'rails/rails'
14
+ gem 'arel', github: 'rails/arel'
15
+ gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders'
16
+ gem 'protected_attributes', github: 'rails/protected_attributes'
17
+ end
18
+
8
19
  # jquery-rails is used by the dummy application
9
20
  gem "jquery-rails"
10
21
 
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- axlsx_rails (0.1.3)
4
+ axlsx_rails (0.1.4)
5
5
  axlsx
6
- rails (~> 3.1)
6
+ rails (>= 3.1)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
data/Gemfile.lock.3.1 ADDED
@@ -0,0 +1,211 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ axlsx_rails (0.1.4)
5
+ axlsx
6
+ rails (>= 3.1)
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ actionmailer (3.1.10)
12
+ actionpack (= 3.1.10)
13
+ mail (~> 2.3.3)
14
+ actionpack (3.1.10)
15
+ activemodel (= 3.1.10)
16
+ activesupport (= 3.1.10)
17
+ builder (~> 3.0.0)
18
+ erubis (~> 2.7.0)
19
+ i18n (~> 0.6)
20
+ rack (~> 1.3.6)
21
+ rack-cache (~> 1.2)
22
+ rack-mount (~> 0.8.2)
23
+ rack-test (~> 0.6.1)
24
+ sprockets (~> 2.0.4)
25
+ activemodel (3.1.10)
26
+ activesupport (= 3.1.10)
27
+ builder (~> 3.0.0)
28
+ i18n (~> 0.6)
29
+ activerecord (3.1.10)
30
+ activemodel (= 3.1.10)
31
+ activesupport (= 3.1.10)
32
+ arel (~> 2.2.3)
33
+ tzinfo (~> 0.3.29)
34
+ activeresource (3.1.10)
35
+ activemodel (= 3.1.10)
36
+ activesupport (= 3.1.10)
37
+ activesupport (3.1.10)
38
+ multi_json (>= 1.0, < 1.3)
39
+ acts_as_xlsx (1.0.6)
40
+ activerecord (>= 2.3.9)
41
+ axlsx (>= 1.0.13)
42
+ i18n (>= 0.4.1)
43
+ addressable (2.3.2)
44
+ arel (2.2.3)
45
+ axlsx (1.3.4)
46
+ htmlentities (~> 4.3.1)
47
+ nokogiri (>= 1.4.1)
48
+ rubyzip (>= 0.9.5)
49
+ builder (3.0.4)
50
+ capybara (2.0.2)
51
+ mime-types (>= 1.16)
52
+ nokogiri (>= 1.3.3)
53
+ rack (>= 1.0.0)
54
+ rack-test (>= 0.5.4)
55
+ selenium-webdriver (~> 2.0)
56
+ xpath (~> 1.0.0)
57
+ childprocess (0.3.6)
58
+ ffi (~> 1.0, >= 1.0.6)
59
+ choice (0.1.6)
60
+ coderay (1.0.8)
61
+ diff-lcs (1.1.3)
62
+ erubis (2.7.0)
63
+ faraday (0.8.4)
64
+ multipart-post (~> 1.1)
65
+ ffi (1.3.1)
66
+ google-spreadsheet-ruby (0.3.0)
67
+ google_drive (>= 0.3.0)
68
+ google_drive (0.3.2)
69
+ nokogiri (>= 1.4.4, != 1.5.2, != 1.5.1)
70
+ oauth (>= 0.3.6)
71
+ oauth2 (>= 0.5.0)
72
+ growl (1.0.3)
73
+ guard (1.6.1)
74
+ listen (>= 0.6.0)
75
+ lumberjack (>= 1.0.2)
76
+ pry (>= 0.9.10)
77
+ thor (>= 0.14.6)
78
+ guard-rspec (2.4.0)
79
+ guard (>= 1.1)
80
+ rspec (~> 2.11)
81
+ hike (1.2.1)
82
+ htmlentities (4.3.1)
83
+ httpauth (0.2.0)
84
+ i18n (0.6.1)
85
+ jquery-rails (2.1.4)
86
+ railties (>= 3.0, < 5.0)
87
+ thor (>= 0.14, < 2.0)
88
+ json (1.7.6)
89
+ jwt (0.1.5)
90
+ multi_json (>= 1.0)
91
+ libwebsocket (0.1.7.1)
92
+ addressable
93
+ websocket
94
+ listen (0.7.2)
95
+ log4r (1.1.10)
96
+ lumberjack (1.0.2)
97
+ mail (2.3.3)
98
+ i18n (>= 0.4.0)
99
+ mime-types (~> 1.16)
100
+ treetop (~> 1.4.8)
101
+ method_source (0.8.1)
102
+ mime-types (1.19)
103
+ multi_json (1.2.0)
104
+ multipart-post (1.1.5)
105
+ nokogiri (1.5.6)
106
+ oauth (0.4.7)
107
+ oauth2 (0.8.0)
108
+ faraday (~> 0.8)
109
+ httpauth (~> 0.1)
110
+ jwt (~> 0.1.4)
111
+ multi_json (~> 1.0)
112
+ rack (~> 1.2)
113
+ polyglot (0.3.3)
114
+ pry (0.9.11.3)
115
+ coderay (~> 1.0.5)
116
+ method_source (~> 0.8)
117
+ slop (~> 3.4)
118
+ rack (1.3.9)
119
+ rack-cache (1.2)
120
+ rack (>= 0.4)
121
+ rack-mount (0.8.3)
122
+ rack (>= 1.0.0)
123
+ rack-ssl (1.3.2)
124
+ rack
125
+ rack-test (0.6.2)
126
+ rack (>= 1.0)
127
+ rails (3.1.10)
128
+ actionmailer (= 3.1.10)
129
+ actionpack (= 3.1.10)
130
+ activerecord (= 3.1.10)
131
+ activeresource (= 3.1.10)
132
+ activesupport (= 3.1.10)
133
+ bundler (~> 1.0)
134
+ railties (= 3.1.10)
135
+ railties (3.1.10)
136
+ actionpack (= 3.1.10)
137
+ activesupport (= 3.1.10)
138
+ rack-ssl (~> 1.3.2)
139
+ rake (>= 0.8.7)
140
+ rdoc (~> 3.4)
141
+ thor (~> 0.14.6)
142
+ rake (10.0.3)
143
+ rb-fsevent (0.9.3)
144
+ rdoc (3.12)
145
+ json (~> 1.4)
146
+ roo (1.10.1)
147
+ choice (>= 0.1.4)
148
+ google-spreadsheet-ruby (>= 0.1.5)
149
+ nokogiri (>= 1.5.0)
150
+ rubyzip (>= 0.9.4)
151
+ spreadsheet (> 0.6.4)
152
+ todonotes (>= 0.1.0)
153
+ rspec (2.12.0)
154
+ rspec-core (~> 2.12.0)
155
+ rspec-expectations (~> 2.12.0)
156
+ rspec-mocks (~> 2.12.0)
157
+ rspec-core (2.12.2)
158
+ rspec-expectations (2.12.1)
159
+ diff-lcs (~> 1.1.3)
160
+ rspec-mocks (2.12.1)
161
+ rspec-rails (2.12.2)
162
+ actionpack (>= 3.0)
163
+ activesupport (>= 3.0)
164
+ railties (>= 3.0)
165
+ rspec-core (~> 2.12.0)
166
+ rspec-expectations (~> 2.12.0)
167
+ rspec-mocks (~> 2.12.0)
168
+ ruby-ole (1.2.11.6)
169
+ rubyzip (0.9.9)
170
+ selenium-webdriver (2.27.2)
171
+ childprocess (>= 0.2.5)
172
+ libwebsocket (~> 0.1.3)
173
+ multi_json (~> 1.0)
174
+ rubyzip
175
+ slop (3.4.3)
176
+ spreadsheet (0.7.6)
177
+ ruby-ole (>= 1.0)
178
+ sprockets (2.0.4)
179
+ hike (~> 1.2)
180
+ rack (~> 1.0)
181
+ tilt (~> 1.1, != 1.3.0)
182
+ sqlite3 (1.3.7)
183
+ thor (0.14.6)
184
+ tilt (1.3.3)
185
+ todonotes (0.1.1)
186
+ log4r
187
+ treetop (1.4.12)
188
+ polyglot
189
+ polyglot (>= 0.3.1)
190
+ tzinfo (0.3.35)
191
+ websocket (1.0.6)
192
+ xpath (1.0.0)
193
+ nokogiri (~> 1.3)
194
+
195
+ PLATFORMS
196
+ ruby
197
+
198
+ DEPENDENCIES
199
+ acts_as_xlsx
200
+ axlsx_rails!
201
+ bundler
202
+ capybara
203
+ growl
204
+ guard-rspec
205
+ jquery-rails
206
+ rails (~> 3.1.0)
207
+ rake
208
+ rb-fsevent
209
+ roo
210
+ rspec-rails
211
+ sqlite3
data/Gemfile.lock.3.2 ADDED
@@ -0,0 +1,210 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ axlsx_rails (0.1.4)
5
+ axlsx
6
+ rails (>= 3.1)
7
+
8
+ GEM
9
+ remote: http://rubygems.org/
10
+ specs:
11
+ actionmailer (3.2.11)
12
+ actionpack (= 3.2.11)
13
+ mail (~> 2.4.4)
14
+ actionpack (3.2.11)
15
+ activemodel (= 3.2.11)
16
+ activesupport (= 3.2.11)
17
+ builder (~> 3.0.0)
18
+ erubis (~> 2.7.0)
19
+ journey (~> 1.0.4)
20
+ rack (~> 1.4.0)
21
+ rack-cache (~> 1.2)
22
+ rack-test (~> 0.6.1)
23
+ sprockets (~> 2.2.1)
24
+ activemodel (3.2.11)
25
+ activesupport (= 3.2.11)
26
+ builder (~> 3.0.0)
27
+ activerecord (3.2.11)
28
+ activemodel (= 3.2.11)
29
+ activesupport (= 3.2.11)
30
+ arel (~> 3.0.2)
31
+ tzinfo (~> 0.3.29)
32
+ activeresource (3.2.11)
33
+ activemodel (= 3.2.11)
34
+ activesupport (= 3.2.11)
35
+ activesupport (3.2.11)
36
+ i18n (~> 0.6)
37
+ multi_json (~> 1.0)
38
+ acts_as_xlsx (1.0.6)
39
+ activerecord (>= 2.3.9)
40
+ axlsx (>= 1.0.13)
41
+ i18n (>= 0.4.1)
42
+ addressable (2.3.2)
43
+ arel (3.0.2)
44
+ axlsx (1.3.4)
45
+ htmlentities (~> 4.3.1)
46
+ nokogiri (>= 1.4.1)
47
+ rubyzip (>= 0.9.5)
48
+ builder (3.0.4)
49
+ capybara (2.0.2)
50
+ mime-types (>= 1.16)
51
+ nokogiri (>= 1.3.3)
52
+ rack (>= 1.0.0)
53
+ rack-test (>= 0.5.4)
54
+ selenium-webdriver (~> 2.0)
55
+ xpath (~> 1.0.0)
56
+ childprocess (0.3.6)
57
+ ffi (~> 1.0, >= 1.0.6)
58
+ choice (0.1.6)
59
+ coderay (1.0.8)
60
+ diff-lcs (1.1.3)
61
+ erubis (2.7.0)
62
+ faraday (0.8.4)
63
+ multipart-post (~> 1.1)
64
+ ffi (1.3.1)
65
+ google-spreadsheet-ruby (0.3.0)
66
+ google_drive (>= 0.3.0)
67
+ google_drive (0.3.2)
68
+ nokogiri (>= 1.4.4, != 1.5.2, != 1.5.1)
69
+ oauth (>= 0.3.6)
70
+ oauth2 (>= 0.5.0)
71
+ growl (1.0.3)
72
+ guard (1.6.1)
73
+ listen (>= 0.6.0)
74
+ lumberjack (>= 1.0.2)
75
+ pry (>= 0.9.10)
76
+ thor (>= 0.14.6)
77
+ guard-rspec (2.4.0)
78
+ guard (>= 1.1)
79
+ rspec (~> 2.11)
80
+ hike (1.2.1)
81
+ htmlentities (4.3.1)
82
+ httpauth (0.2.0)
83
+ i18n (0.6.1)
84
+ journey (1.0.4)
85
+ jquery-rails (2.1.4)
86
+ railties (>= 3.0, < 5.0)
87
+ thor (>= 0.14, < 2.0)
88
+ json (1.7.6)
89
+ jwt (0.1.5)
90
+ multi_json (>= 1.0)
91
+ libwebsocket (0.1.7.1)
92
+ addressable
93
+ websocket
94
+ listen (0.7.2)
95
+ log4r (1.1.10)
96
+ lumberjack (1.0.2)
97
+ mail (2.4.4)
98
+ i18n (>= 0.4.0)
99
+ mime-types (~> 1.16)
100
+ treetop (~> 1.4.8)
101
+ method_source (0.8.1)
102
+ mime-types (1.19)
103
+ multi_json (1.5.0)
104
+ multipart-post (1.1.5)
105
+ nokogiri (1.5.6)
106
+ oauth (0.4.7)
107
+ oauth2 (0.8.0)
108
+ faraday (~> 0.8)
109
+ httpauth (~> 0.1)
110
+ jwt (~> 0.1.4)
111
+ multi_json (~> 1.0)
112
+ rack (~> 1.2)
113
+ polyglot (0.3.3)
114
+ pry (0.9.11.3)
115
+ coderay (~> 1.0.5)
116
+ method_source (~> 0.8)
117
+ slop (~> 3.4)
118
+ rack (1.4.4)
119
+ rack-cache (1.2)
120
+ rack (>= 0.4)
121
+ rack-ssl (1.3.2)
122
+ rack
123
+ rack-test (0.6.2)
124
+ rack (>= 1.0)
125
+ rails (3.2.11)
126
+ actionmailer (= 3.2.11)
127
+ actionpack (= 3.2.11)
128
+ activerecord (= 3.2.11)
129
+ activeresource (= 3.2.11)
130
+ activesupport (= 3.2.11)
131
+ bundler (~> 1.0)
132
+ railties (= 3.2.11)
133
+ railties (3.2.11)
134
+ actionpack (= 3.2.11)
135
+ activesupport (= 3.2.11)
136
+ rack-ssl (~> 1.3.2)
137
+ rake (>= 0.8.7)
138
+ rdoc (~> 3.4)
139
+ thor (>= 0.14.6, < 2.0)
140
+ rake (10.0.3)
141
+ rb-fsevent (0.9.3)
142
+ rdoc (3.12)
143
+ json (~> 1.4)
144
+ roo (1.10.1)
145
+ choice (>= 0.1.4)
146
+ google-spreadsheet-ruby (>= 0.1.5)
147
+ nokogiri (>= 1.5.0)
148
+ rubyzip (>= 0.9.4)
149
+ spreadsheet (> 0.6.4)
150
+ todonotes (>= 0.1.0)
151
+ rspec (2.12.0)
152
+ rspec-core (~> 2.12.0)
153
+ rspec-expectations (~> 2.12.0)
154
+ rspec-mocks (~> 2.12.0)
155
+ rspec-core (2.12.2)
156
+ rspec-expectations (2.12.1)
157
+ diff-lcs (~> 1.1.3)
158
+ rspec-mocks (2.12.1)
159
+ rspec-rails (2.12.2)
160
+ actionpack (>= 3.0)
161
+ activesupport (>= 3.0)
162
+ railties (>= 3.0)
163
+ rspec-core (~> 2.12.0)
164
+ rspec-expectations (~> 2.12.0)
165
+ rspec-mocks (~> 2.12.0)
166
+ ruby-ole (1.2.11.6)
167
+ rubyzip (0.9.9)
168
+ selenium-webdriver (2.27.2)
169
+ childprocess (>= 0.2.5)
170
+ libwebsocket (~> 0.1.3)
171
+ multi_json (~> 1.0)
172
+ rubyzip
173
+ slop (3.4.3)
174
+ spreadsheet (0.7.6)
175
+ ruby-ole (>= 1.0)
176
+ sprockets (2.2.2)
177
+ hike (~> 1.2)
178
+ multi_json (~> 1.0)
179
+ rack (~> 1.0)
180
+ tilt (~> 1.1, != 1.3.0)
181
+ sqlite3 (1.3.7)
182
+ thor (0.16.0)
183
+ tilt (1.3.3)
184
+ todonotes (0.1.1)
185
+ log4r
186
+ treetop (1.4.12)
187
+ polyglot
188
+ polyglot (>= 0.3.1)
189
+ tzinfo (0.3.35)
190
+ websocket (1.0.6)
191
+ xpath (1.0.0)
192
+ nokogiri (~> 1.3)
193
+
194
+ PLATFORMS
195
+ ruby
196
+
197
+ DEPENDENCIES
198
+ acts_as_xlsx
199
+ axlsx_rails!
200
+ bundler
201
+ capybara
202
+ growl
203
+ guard-rspec
204
+ jquery-rails
205
+ rails (~> 3.2.0)
206
+ rake
207
+ rb-fsevent
208
+ roo
209
+ rspec-rails
210
+ sqlite3