glacier_on_rails 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +46 -45
  3. data/glacier_on_rails.gemspec +3 -6
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97eebdba8de27f661e0491acb31e217381f2499c
4
- data.tar.gz: '06937e43887e23a1518274dbef677986b3082ef6'
3
+ metadata.gz: 83fbaddba69f9d7c3647903dffc9975754ba1f16
4
+ data.tar.gz: 2b13d6793fc80897d64f367803fee11c24e03e03
5
5
  SHA512:
6
- metadata.gz: cbed3ccdbcdc4f1a4b24d2bb3904d3ea16a2db8ac11fd38bcb325fc8d19171419836fb8ecd3ad3dd0261afb4918106c2eae83a9cfbfffb5d8ea0408eec81a041
7
- data.tar.gz: 326d20b98333035c0d50c7b4ada339bb61934fdf8644636072a231057bd9c614aa588837aca2892832fa0dcd1023475ac27bddb895619e35f825ffd53c555c4d
6
+ metadata.gz: 2dd174878747a0f5124a0ba31d4f12c68f4662cd3571ebf0a465c8e970e3a4f9c6da05cf4438f94a105dc6de88c27da3c7647116e4d65b794f265f3a16f80b0a
7
+ data.tar.gz: de7b465624455662011ff316d06ae1924a6a5a9b8dcb7723eb02ad350a38721eff57a587e5fc61bc4f706e6a3a06bc04ae385eaf7eb836c232751588e0722201
data/Gemfile.lock CHANGED
@@ -10,60 +10,60 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- glacier_on_rails (0.0.2)
13
+ glacier_on_rails (0.9.3)
14
14
  httparty
15
- rails (~> 5.0.0)
15
+ rails (~> 5.1.0)
16
16
 
17
17
  GEM
18
18
  remote: http://rubygems.org/
19
19
  specs:
20
- actioncable (5.0.4)
21
- actionpack (= 5.0.4)
22
- nio4r (>= 1.2, < 3.0)
20
+ actioncable (5.1.2)
21
+ actionpack (= 5.1.2)
22
+ nio4r (~> 2.0)
23
23
  websocket-driver (~> 0.6.1)
24
- actionmailer (5.0.4)
25
- actionpack (= 5.0.4)
26
- actionview (= 5.0.4)
27
- activejob (= 5.0.4)
24
+ actionmailer (5.1.2)
25
+ actionpack (= 5.1.2)
26
+ actionview (= 5.1.2)
27
+ activejob (= 5.1.2)
28
28
  mail (~> 2.5, >= 2.5.4)
29
29
  rails-dom-testing (~> 2.0)
30
- actionpack (5.0.4)
31
- actionview (= 5.0.4)
32
- activesupport (= 5.0.4)
30
+ actionpack (5.1.2)
31
+ actionview (= 5.1.2)
32
+ activesupport (= 5.1.2)
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.4)
38
- activesupport (= 5.0.4)
37
+ actionview (5.1.2)
38
+ activesupport (= 5.1.2)
39
39
  builder (~> 3.1)
40
- erubis (~> 2.7.0)
40
+ erubi (~> 1.4)
41
41
  rails-dom-testing (~> 2.0)
42
42
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
- activejob (5.0.4)
44
- activesupport (= 5.0.4)
43
+ activejob (5.1.2)
44
+ activesupport (= 5.1.2)
45
45
  globalid (>= 0.3.6)
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
- arel (~> 7.0)
52
- activesupport (5.0.4)
46
+ activemodel (5.1.2)
47
+ activesupport (= 5.1.2)
48
+ activerecord (5.1.2)
49
+ activemodel (= 5.1.2)
50
+ activesupport (= 5.1.2)
51
+ arel (~> 8.0)
52
+ activesupport (5.1.2)
53
53
  concurrent-ruby (~> 1.0, >= 1.0.2)
54
54
  i18n (~> 0.7)
55
55
  minitest (~> 5.1)
56
56
  tzinfo (~> 1.1)
57
57
  addressable (2.5.1)
58
58
  public_suffix (~> 2.0, >= 2.0.2)
59
- arel (7.1.4)
60
- aws-sdk (2.10.7)
61
- aws-sdk-resources (= 2.10.7)
62
- aws-sdk-core (2.10.7)
59
+ arel (8.0.0)
60
+ aws-sdk (2.10.9)
61
+ aws-sdk-resources (= 2.10.9)
62
+ aws-sdk-core (2.10.9)
63
63
  aws-sigv4 (~> 1.0)
64
64
  jmespath (~> 1.0)
65
- aws-sdk-resources (2.10.7)
66
- aws-sdk-core (= 2.10.7)
65
+ aws-sdk-resources (2.10.9)
66
+ aws-sdk-core (= 2.10.9)
67
67
  aws-sigv4 (1.0.0)
68
68
  builder (3.2.3)
69
69
  byebug (9.0.6)
@@ -88,6 +88,7 @@ GEM
88
88
  safe_yaml (~> 1.0.0)
89
89
  database_cleaner (1.6.1)
90
90
  diff-lcs (1.3)
91
+ erubi (1.6.1)
91
92
  erubis (2.7.0)
92
93
  execjs (2.7.0)
93
94
  ffi (1.9.18)
@@ -110,7 +111,7 @@ GEM
110
111
  ruby_parser (~> 3.5)
111
112
  httparty (0.15.5)
112
113
  multi_xml (>= 0.5.2)
113
- i18n (0.8.4)
114
+ i18n (0.8.5)
114
115
  jmespath (1.3.1)
115
116
  jquery-rails (4.3.1)
116
117
  rails-dom-testing (>= 1, < 3)
@@ -127,7 +128,7 @@ GEM
127
128
  mini_portile2 (2.2.0)
128
129
  minitest (5.10.2)
129
130
  multi_xml (0.6.0)
130
- mysql2 (0.4.6)
131
+ mysql2 (0.4.7)
131
132
  nio4r (2.1.0)
132
133
  nokogiri (1.8.0)
133
134
  mini_portile2 (~> 2.2.0)
@@ -140,26 +141,26 @@ GEM
140
141
  rack (2.0.3)
141
142
  rack-test (0.6.3)
142
143
  rack (>= 1.0)
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)
144
+ rails (5.1.2)
145
+ actioncable (= 5.1.2)
146
+ actionmailer (= 5.1.2)
147
+ actionpack (= 5.1.2)
148
+ actionview (= 5.1.2)
149
+ activejob (= 5.1.2)
150
+ activemodel (= 5.1.2)
151
+ activerecord (= 5.1.2)
152
+ activesupport (= 5.1.2)
152
153
  bundler (>= 1.3.0, < 2.0)
153
- railties (= 5.0.4)
154
+ railties (= 5.1.2)
154
155
  sprockets-rails (>= 2.0.0)
155
156
  rails-dom-testing (2.0.3)
156
157
  activesupport (>= 4.2.0)
157
158
  nokogiri (>= 1.6)
158
159
  rails-html-sanitizer (1.0.3)
159
160
  loofah (~> 2.0)
160
- railties (5.0.4)
161
- actionpack (= 5.0.4)
162
- activesupport (= 5.0.4)
161
+ railties (5.1.2)
162
+ actionpack (= 5.1.2)
163
+ activesupport (= 5.1.2)
163
164
  method_source
164
165
  rake (>= 0.8.7)
165
166
  thor (>= 0.18.1, < 2.0)
@@ -1,25 +1,22 @@
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}"
7
3
 
8
4
  Gem::Specification.new do |s|
9
5
  s.name = "glacier_on_rails"
10
- s.version = GlacierOnRails::VERSION
6
+ s.version = "0.9.3"
11
7
 
12
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
9
  s.authors = ["Les Nightingill"]
14
10
  s.date = "2014-05-17"
15
11
  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."
16
12
  s.email = ["codehacker@comcast.net"]
13
+ #s.files = ["app/assets", "app/assets/images", "app/assets/images/glacier_on_rails", "app/assets/javascripts", "app/assets/javascripts/glacier_on_rails", "app/assets/javascripts/glacier_on_rails/application.js", "app/assets/stylesheets", "app/assets/stylesheets/glacier_on_rails", "app/assets/stylesheets/glacier_on_rails/application.css", "app/controllers", "app/controllers/glacier_on_rails", "app/controllers/glacier_on_rails/application_controller.rb", "app/controllers/glacier_on_rails/backups_controller.rb", "app/helpers", "app/helpers/glacier_on_rails", "app/helpers/glacier_on_rails/application_helper.rb", "app/models", "app/models/application_database.rb", "app/models/db_backup.rb", "app/models/backup_mailer.rb", "app/views", "app/views/glacier_on_rails", "app/views/glacier_on_rails/backup_mailer", "app/views/glacier_on_rails/backup_mailer/db_backup.html.erb", "app/views/glacier_on_rails/backups", "app/views/glacier_on_rails/backups/index.html.haml", "config/initializers", "config/initializers/time_formats.rb", "config/routes.rb", "lib/glacier_on_rails", "lib/glacier_on_rails/engine.rb", "lib/glacier_on_rails/version.rb", "lib/glacier_on_rails.rb", "lib/tasks", "lib/tasks/backup.rake", "lib/tasks/email_backup.rake", "MIT-LICENSE", "Rakefile", "README.rdoc"]
17
14
  s.files = Dir.glob("{{app,config,db,lib,script,spec}/**/*,*}").reject{|f| f =~ /(cache|\.log|\.gem$)/}
18
15
  s.require_paths = ["lib"]
19
16
  s.rubygems_version = "2.1.11"
20
17
  s.summary = "database backup/restore utilities"
21
18
 
22
- s.add_runtime_dependency("rails", "~> 5.0.0")
19
+ s.add_runtime_dependency("rails", "~> 5.1.0")
23
20
  s.add_runtime_dependency("httparty")
24
21
  s.add_development_dependency("mysql2")
25
22
  s.add_development_dependency("rspec-rails")
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.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Les Nightingill
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 5.0.0
19
+ version: 5.1.0
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: 5.0.0
26
+ version: 5.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: httparty
29
29
  requirement: !ruby/object:Gem::Requirement