glacier_on_rails 0.9 → 0.9.2

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: e295a934008444dea879a7321b54127bff14fdd4
4
- data.tar.gz: e05e01e722128b66382cd7fe070c3f3c52b5e131
3
+ metadata.gz: 97eebdba8de27f661e0491acb31e217381f2499c
4
+ data.tar.gz: '06937e43887e23a1518274dbef677986b3082ef6'
5
5
  SHA512:
6
- metadata.gz: 73eb06569b54dbd7b05fb855b9c4e4272a3c9db778562098504da9a7bd3ab693d5efbd08bb4a819c73a8b45cbb8a58004908a64454c699ac6f85a2076afef033
7
- data.tar.gz: b656b92d745483062fb790663a6cd6ea873e0f898dd2025e481fe8833197970ae2e18dfca36838d30b44036e0c23993c548738e3afc7eb9fa36d71f40e88195a
6
+ metadata.gz: cbed3ccdbcdc4f1a4b24d2bb3904d3ea16a2db8ac11fd38bcb325fc8d19171419836fb8ecd3ad3dd0261afb4918106c2eae83a9cfbfffb5d8ea0408eec81a041
7
+ data.tar.gz: 326d20b98333035c0d50c7b4ada339bb61934fdf8644636072a231057bd9c614aa588837aca2892832fa0dcd1023475ac27bddb895619e35f825ffd53c555c4d
data/Gemfile.lock CHANGED
@@ -1,6 +1,6 @@
1
1
  GIT
2
2
  remote: https://github.com/lazylester/webmock.git
3
- revision: 1e056477da4041174cc1b53f432595fb9e1f565c
3
+ revision: edfdf64e977867667697d6bb95263f9f31ba61b9
4
4
  specs:
5
5
  webmock (3.0.1)
6
6
  addressable (>= 2.3.6)
@@ -10,46 +10,46 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- glacier_on_rails (0.0.1)
13
+ glacier_on_rails (0.0.2)
14
14
  httparty
15
15
  rails (~> 5.0.0)
16
16
 
17
17
  GEM
18
18
  remote: http://rubygems.org/
19
19
  specs:
20
- actioncable (5.0.2)
21
- actionpack (= 5.0.2)
20
+ actioncable (5.0.4)
21
+ actionpack (= 5.0.4)
22
22
  nio4r (>= 1.2, < 3.0)
23
23
  websocket-driver (~> 0.6.1)
24
- actionmailer (5.0.2)
25
- actionpack (= 5.0.2)
26
- actionview (= 5.0.2)
27
- activejob (= 5.0.2)
24
+ actionmailer (5.0.4)
25
+ actionpack (= 5.0.4)
26
+ actionview (= 5.0.4)
27
+ activejob (= 5.0.4)
28
28
  mail (~> 2.5, >= 2.5.4)
29
29
  rails-dom-testing (~> 2.0)
30
- actionpack (5.0.2)
31
- actionview (= 5.0.2)
32
- activesupport (= 5.0.2)
30
+ actionpack (5.0.4)
31
+ actionview (= 5.0.4)
32
+ activesupport (= 5.0.4)
33
33
  rack (~> 2.0)
34
34
  rack-test (~> 0.6.3)
35
35
  rails-dom-testing (~> 2.0)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
- actionview (5.0.2)
38
- activesupport (= 5.0.2)
37
+ actionview (5.0.4)
38
+ activesupport (= 5.0.4)
39
39
  builder (~> 3.1)
40
40
  erubis (~> 2.7.0)
41
41
  rails-dom-testing (~> 2.0)
42
42
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
- activejob (5.0.2)
44
- activesupport (= 5.0.2)
43
+ activejob (5.0.4)
44
+ activesupport (= 5.0.4)
45
45
  globalid (>= 0.3.6)
46
- activemodel (5.0.2)
47
- activesupport (= 5.0.2)
48
- activerecord (5.0.2)
49
- activemodel (= 5.0.2)
50
- activesupport (= 5.0.2)
46
+ activemodel (5.0.4)
47
+ activesupport (= 5.0.4)
48
+ activerecord (5.0.4)
49
+ activemodel (= 5.0.4)
50
+ activesupport (= 5.0.4)
51
51
  arel (~> 7.0)
52
- activesupport (5.0.2)
52
+ activesupport (5.0.4)
53
53
  concurrent-ruby (~> 1.0, >= 1.0.2)
54
54
  i18n (~> 0.7)
55
55
  minitest (~> 5.1)
@@ -57,13 +57,13 @@ GEM
57
57
  addressable (2.5.1)
58
58
  public_suffix (~> 2.0, >= 2.0.2)
59
59
  arel (7.1.4)
60
- aws-sdk (2.9.14)
61
- aws-sdk-resources (= 2.9.14)
62
- aws-sdk-core (2.9.14)
60
+ aws-sdk (2.10.7)
61
+ aws-sdk-resources (= 2.10.7)
62
+ aws-sdk-core (2.10.7)
63
63
  aws-sigv4 (~> 1.0)
64
64
  jmespath (~> 1.0)
65
- aws-sdk-resources (2.9.14)
66
- aws-sdk-core (= 2.9.14)
65
+ aws-sdk-resources (2.10.7)
66
+ aws-sdk-core (= 2.10.7)
67
67
  aws-sigv4 (1.0.0)
68
68
  builder (3.2.3)
69
69
  byebug (9.0.6)
@@ -73,12 +73,12 @@ GEM
73
73
  rack (>= 1.0.0)
74
74
  rack-test (>= 0.5.4)
75
75
  xpath (~> 2.0)
76
- childprocess (0.6.3)
76
+ childprocess (0.7.1)
77
77
  ffi (~> 1.0, >= 1.0.11)
78
78
  cliver (0.3.2)
79
- coffee-rails (4.2.1)
79
+ coffee-rails (4.2.2)
80
80
  coffee-script (>= 2.2.0)
81
- railties (>= 4.0.0, < 5.2.x)
81
+ railties (>= 4.0.0)
82
82
  coffee-script (2.4.1)
83
83
  coffee-script-source
84
84
  execjs
@@ -86,14 +86,15 @@ GEM
86
86
  concurrent-ruby (1.0.5)
87
87
  crack (0.4.3)
88
88
  safe_yaml (~> 1.0.0)
89
- database_cleaner (1.5.3)
89
+ database_cleaner (1.6.1)
90
90
  diff-lcs (1.3)
91
91
  erubis (2.7.0)
92
92
  execjs (2.7.0)
93
93
  ffi (1.9.18)
94
94
  globalid (0.4.0)
95
95
  activesupport (>= 4.2.0)
96
- haml (4.0.7)
96
+ haml (5.0.1)
97
+ temple (>= 0.8.0)
97
98
  tilt
98
99
  haml-rails (1.0.0)
99
100
  actionpack (>= 4.0.1)
@@ -102,14 +103,14 @@ GEM
102
103
  html2haml (>= 1.0.1)
103
104
  railties (>= 4.0.1)
104
105
  hashdiff (0.3.4)
105
- html2haml (2.1.0)
106
+ html2haml (2.2.0)
106
107
  erubis (~> 2.7.0)
107
- haml (~> 4.0)
108
+ haml (>= 4.0, < 6)
108
109
  nokogiri (>= 1.6.0)
109
110
  ruby_parser (~> 3.5)
110
111
  httparty (0.15.5)
111
112
  multi_xml (>= 0.5.2)
112
- i18n (0.8.1)
113
+ i18n (0.8.4)
113
114
  jmespath (1.3.1)
114
115
  jquery-rails (4.3.1)
115
116
  rails-dom-testing (>= 1, < 3)
@@ -117,77 +118,76 @@ GEM
117
118
  thor (>= 0.14, < 2.0)
118
119
  loofah (2.0.3)
119
120
  nokogiri (>= 1.5.9)
120
- mail (2.6.5)
121
+ mail (2.6.6)
121
122
  mime-types (>= 1.16, < 4)
122
123
  method_source (0.8.2)
123
124
  mime-types (3.1)
124
125
  mime-types-data (~> 3.2015)
125
126
  mime-types-data (3.2016.0521)
126
- mini_portile2 (2.1.0)
127
- minitest (5.10.1)
127
+ mini_portile2 (2.2.0)
128
+ minitest (5.10.2)
128
129
  multi_xml (0.6.0)
129
- mysql2 (0.4.5)
130
- nio4r (2.0.0)
131
- nokogiri (1.7.1)
132
- mini_portile2 (~> 2.1.0)
133
- pg (0.20.0)
134
- poltergeist (1.14.0)
130
+ mysql2 (0.4.6)
131
+ nio4r (2.1.0)
132
+ nokogiri (1.8.0)
133
+ mini_portile2 (~> 2.2.0)
134
+ pg (0.21.0)
135
+ poltergeist (1.15.0)
135
136
  capybara (~> 2.1)
136
137
  cliver (~> 0.3.1)
137
138
  websocket-driver (>= 0.2.0)
138
139
  public_suffix (2.0.5)
139
- rack (2.0.1)
140
+ rack (2.0.3)
140
141
  rack-test (0.6.3)
141
142
  rack (>= 1.0)
142
- rails (5.0.2)
143
- actioncable (= 5.0.2)
144
- actionmailer (= 5.0.2)
145
- actionpack (= 5.0.2)
146
- actionview (= 5.0.2)
147
- activejob (= 5.0.2)
148
- activemodel (= 5.0.2)
149
- activerecord (= 5.0.2)
150
- activesupport (= 5.0.2)
143
+ rails (5.0.4)
144
+ actioncable (= 5.0.4)
145
+ actionmailer (= 5.0.4)
146
+ actionpack (= 5.0.4)
147
+ actionview (= 5.0.4)
148
+ activejob (= 5.0.4)
149
+ activemodel (= 5.0.4)
150
+ activerecord (= 5.0.4)
151
+ activesupport (= 5.0.4)
151
152
  bundler (>= 1.3.0, < 2.0)
152
- railties (= 5.0.2)
153
+ railties (= 5.0.4)
153
154
  sprockets-rails (>= 2.0.0)
154
- rails-dom-testing (2.0.2)
155
- activesupport (>= 4.2.0, < 6.0)
156
- nokogiri (~> 1.6)
155
+ rails-dom-testing (2.0.3)
156
+ activesupport (>= 4.2.0)
157
+ nokogiri (>= 1.6)
157
158
  rails-html-sanitizer (1.0.3)
158
159
  loofah (~> 2.0)
159
- railties (5.0.2)
160
- actionpack (= 5.0.2)
161
- activesupport (= 5.0.2)
160
+ railties (5.0.4)
161
+ actionpack (= 5.0.4)
162
+ activesupport (= 5.0.4)
162
163
  method_source
163
164
  rake (>= 0.8.7)
164
165
  thor (>= 0.18.1, < 2.0)
165
166
  rake (12.0.0)
166
- rspec-core (3.5.4)
167
- rspec-support (~> 3.5.0)
168
- rspec-expectations (3.5.0)
167
+ rspec-core (3.6.0)
168
+ rspec-support (~> 3.6.0)
169
+ rspec-expectations (3.6.0)
169
170
  diff-lcs (>= 1.2.0, < 2.0)
170
- rspec-support (~> 3.5.0)
171
- rspec-mocks (3.5.0)
171
+ rspec-support (~> 3.6.0)
172
+ rspec-mocks (3.6.0)
172
173
  diff-lcs (>= 1.2.0, < 2.0)
173
- rspec-support (~> 3.5.0)
174
- rspec-rails (3.5.2)
174
+ rspec-support (~> 3.6.0)
175
+ rspec-rails (3.6.0)
175
176
  actionpack (>= 3.0)
176
177
  activesupport (>= 3.0)
177
178
  railties (>= 3.0)
178
- rspec-core (~> 3.5.0)
179
- rspec-expectations (~> 3.5.0)
180
- rspec-mocks (~> 3.5.0)
181
- rspec-support (~> 3.5.0)
182
- rspec-support (3.5.0)
179
+ rspec-core (~> 3.6.0)
180
+ rspec-expectations (~> 3.6.0)
181
+ rspec-mocks (~> 3.6.0)
182
+ rspec-support (~> 3.6.0)
183
+ rspec-support (3.6.0)
183
184
  ruby_parser (3.9.0)
184
185
  sexp_processor (~> 4.1)
185
186
  rubyzip (1.2.1)
186
187
  safe_yaml (1.0.4)
187
- selenium-webdriver (3.4.0)
188
+ selenium-webdriver (3.4.3)
188
189
  childprocess (~> 0.5)
189
190
  rubyzip (~> 1.0)
190
- websocket (~> 1.0)
191
191
  sexp_processor (4.9.0)
192
192
  sprockets (3.7.1)
193
193
  concurrent-ruby (~> 1.0)
@@ -196,12 +196,12 @@ GEM
196
196
  actionpack (>= 4.0)
197
197
  activesupport (>= 4.0)
198
198
  sprockets (>= 3.0.0)
199
+ temple (0.8.0)
199
200
  thor (0.19.4)
200
201
  thread_safe (0.3.6)
201
202
  tilt (2.0.7)
202
203
  tzinfo (1.2.3)
203
204
  thread_safe (~> 0.1)
204
- websocket (1.2.4)
205
205
  websocket-driver (0.6.5)
206
206
  websocket-extensions (>= 0.1.0)
207
207
  websocket-extensions (0.1.2)
@@ -1,19 +1,23 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  # stub: glacier_on_rails 0.0.1 ruby lib
3
+ require './lib/glacier_on_rails/version.rb'
4
+ require 'byebug'
5
+
6
+ puts "version is #{GlacierOnRails::VERSION}"
3
7
 
4
8
  Gem::Specification.new do |s|
5
9
  s.name = "glacier_on_rails"
6
- s.version = "0.9"
10
+ s.version = GlacierOnRails::VERSION
7
11
 
8
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
13
  s.authors = ["Les Nightingill"]
10
14
  s.date = "2014-05-17"
11
15
  s.description = "Rails engine with utilities for backup and restore of entire application database. Rack tasks included may be invoked by cron for periodically emailing backup file."
12
16
  s.email = ["codehacker@comcast.net"]
13
- s.files = `git ls-files -z`.split("\x0")
17
+ s.files = Dir.glob("{{app,config,db,lib,script,spec}/**/*,*}").reject{|f| f =~ /(cache|\.log|\.gem$)/}
14
18
  s.require_paths = ["lib"]
15
19
  s.rubygems_version = "2.1.11"
16
- s.summary = "database backup/restore utilities to AWS Glacier"
20
+ s.summary = "database backup/restore utilities"
17
21
 
18
22
  s.add_runtime_dependency("rails", "~> 5.0.0")
19
23
  s.add_runtime_dependency("httparty")
@@ -1,3 +1,3 @@
1
1
  module GlacierOnRails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.9.2"
3
3
  end
@@ -0,0 +1 @@
1
+ {"Type":"Notification","TopicArn":"arn:aws:sns:us-east-1:918359762546:retrieve_archive","Message":"{\"JobId\":\"the archive retrieval job id\"}"}
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glacier_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.9'
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Les Nightingill
@@ -173,15 +173,11 @@ executables: []
173
173
  extensions: []
174
174
  extra_rdoc_files: []
175
175
  files:
176
- - ".gitignore"
177
- - ".rspec"
178
- - ".ruby-version"
179
176
  - Gemfile
180
177
  - Gemfile.lock
181
178
  - MIT-LICENSE
182
179
  - README.md
183
180
  - Rakefile
184
- - app/assets/images/glacier_on_rails/.gitkeep
185
181
  - app/assets/javascripts/glacier_on_rails/application.js
186
182
  - app/assets/stylesheets/glacier_on_rails/application.css
187
183
  - app/controllers/glacier_on_rails/application_controller.rb
@@ -235,8 +231,6 @@ files:
235
231
  - spec/dummy/app/controllers/admin_controller.rb
236
232
  - spec/dummy/app/controllers/application_controller.rb
237
233
  - spec/dummy/app/helpers/application_helper.rb
238
- - spec/dummy/app/mailers/.gitkeep
239
- - spec/dummy/app/models/.gitkeep
240
234
  - spec/dummy/app/models/application_record.rb
241
235
  - spec/dummy/app/models/fake_model.rb
242
236
  - spec/dummy/app/views/admin/_flash_error.haml
@@ -262,14 +256,14 @@ files:
262
256
  - spec/dummy/config/routes.rb
263
257
  - spec/dummy/db/migrate/20170531170208_create_fake_models.rb
264
258
  - spec/dummy/db/schema.rb
265
- - spec/dummy/lib/assets/.gitkeep
266
259
  - spec/dummy/lib/constants.rb
267
- - spec/dummy/log/.gitkeep
268
260
  - spec/dummy/public/404.html
269
261
  - spec/dummy/public/422.html
270
262
  - spec/dummy/public/500.html
271
263
  - spec/dummy/public/favicon.ico
272
264
  - spec/dummy/script/rails
265
+ - spec/dummy/tmp/notification.txt
266
+ - spec/dummy/tmp/temp_file.gz
273
267
  - spec/features/application_data_backup_spec.rb
274
268
  - spec/helpers/aws_helper.rb
275
269
  - spec/helpers/dummy_app_helper.rb
@@ -304,5 +298,5 @@ rubyforge_project:
304
298
  rubygems_version: 2.6.12
305
299
  signing_key:
306
300
  specification_version: 4
307
- summary: database backup/restore utilities to AWS Glacier
301
+ summary: database backup/restore utilities
308
302
  test_files: []
data/.gitignore DELETED
@@ -1,10 +0,0 @@
1
- .bundle/
2
- log/*.log
3
- pkg/
4
- spec/dummy/db/*.sqlite3
5
- spec/dummy/log/*.log
6
- spec/dummy/tmp/
7
- spec/dummy/.sass-cache
8
- .DS_Store
9
- sns_notes.md
10
- .byebug_history
data/.rspec DELETED
@@ -1 +0,0 @@
1
- --color
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- ruby-2.3.1
File without changes
File without changes
File without changes
File without changes
File without changes