vertica_history 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vertica_history/version.rb +1 -1
- metadata +28 -28
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f700cae6a26352a1b40f26efcc69e89f4d6fcf7
|
4
|
+
data.tar.gz: e8a5d0d5f0c7851af65215e7dc4152adfc2c145d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 622bb7f1eac799aff9b7f8f0aa58dd4358712268ebe5d6209e41c1e55a4e5eabe35fa6338eab07b89393363e36b380846bc5378d37ac1938d7d97fa0088d3489
|
7
|
+
data.tar.gz: fd9eb13b7464e44c4385a24e74c8807acfd66afe0c2a79bbac3518271308ee9bf248aaf67322952b7bce0465d5e86f8b0f1bb4725b5d626c06a1ca4fa1a08ffa
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vertica_history
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Taylor
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -144,41 +144,41 @@ specification_version: 4
|
|
144
144
|
summary: Gem to connect rails admin to Vertica to see history of any record
|
145
145
|
test_files:
|
146
146
|
- test/test_helper.rb
|
147
|
-
- test/
|
148
|
-
- test/dummy/public/favicon.ico
|
149
|
-
- test/dummy/public/404.html
|
150
|
-
- test/dummy/public/500.html
|
151
|
-
- test/dummy/config.ru
|
152
|
-
- test/dummy/bin/bundle
|
153
|
-
- test/dummy/bin/rake
|
154
|
-
- test/dummy/bin/rails
|
155
|
-
- test/dummy/bin/setup
|
156
|
-
- test/dummy/Rakefile
|
157
|
-
- test/dummy/app/helpers/application_helper.rb
|
147
|
+
- test/integration/navigation_test.rb
|
158
148
|
- test/dummy/app/controllers/application_controller.rb
|
159
149
|
- test/dummy/app/views/layouts/application.html.erb
|
160
150
|
- test/dummy/app/assets/javascripts/application.js
|
161
151
|
- test/dummy/app/assets/stylesheets/application.css
|
162
|
-
- test/dummy/
|
152
|
+
- test/dummy/app/helpers/application_helper.rb
|
153
|
+
- test/dummy/config/environments/production.rb
|
154
|
+
- test/dummy/config/environments/development.rb
|
155
|
+
- test/dummy/config/environments/test.rb
|
156
|
+
- test/dummy/config/application.rb
|
157
|
+
- test/dummy/config/database.yml
|
158
|
+
- test/dummy/config/secrets.yml
|
163
159
|
- test/dummy/config/boot.rb
|
164
|
-
- test/dummy/config/
|
165
|
-
- test/dummy/config/
|
160
|
+
- test/dummy/config/routes.rb
|
161
|
+
- test/dummy/config/environment.rb
|
162
|
+
- test/dummy/config/initializers/mime_types.rb
|
163
|
+
- test/dummy/config/initializers/session_store.rb
|
166
164
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
167
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
168
165
|
- test/dummy/config/initializers/cookies_serializer.rb
|
169
166
|
- test/dummy/config/initializers/assets.rb
|
170
|
-
- test/dummy/config/initializers/
|
171
|
-
- test/dummy/config/initializers/
|
172
|
-
- test/dummy/config/
|
173
|
-
- test/dummy/config/database.yml
|
174
|
-
- test/dummy/config/routes.rb
|
175
|
-
- test/dummy/config/secrets.yml
|
167
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
168
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
169
|
+
- test/dummy/config/initializers/inflections.rb
|
176
170
|
- test/dummy/config/locales/en.yml
|
177
|
-
- test/dummy/
|
178
|
-
- test/dummy/
|
179
|
-
- test/dummy/
|
180
|
-
- test/dummy/
|
171
|
+
- test/dummy/bin/bundle
|
172
|
+
- test/dummy/bin/rake
|
173
|
+
- test/dummy/bin/setup
|
174
|
+
- test/dummy/bin/rails
|
181
175
|
- test/dummy/README.rdoc
|
182
|
-
- test/
|
176
|
+
- test/dummy/Rakefile
|
177
|
+
- test/dummy/db/schema.rb
|
178
|
+
- test/dummy/public/500.html
|
179
|
+
- test/dummy/public/422.html
|
180
|
+
- test/dummy/public/404.html
|
181
|
+
- test/dummy/public/favicon.ico
|
182
|
+
- test/dummy/config.ru
|
183
183
|
- test/vertica_history_test.rb
|
184
184
|
has_rdoc:
|