vertica_history 2.0.0 → 2.0.1
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 +27 -27
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84e6d8cced6f852484af3f2cbde8d538c78bec36
|
4
|
+
data.tar.gz: 0ddcad69b0af764d7db60a5d64d467d52564412c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5677aca06936025ad51aafeabcffe5552f6c809dd8ba2030daa72fa40bb283d87d3840ecb2804bdf596d46469b2252722794a624258921aa377674b49ce9935e
|
7
|
+
data.tar.gz: 8476016b8fbed65fcf6791b1dab163841aa093a91cedfb23e8c583a6a2dbbf4d86b5093989e551dbd9c3eb1e445a9692ed836a06a00b695831010dba2e352609
|
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: 2.0.
|
4
|
+
version: 2.0.1
|
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-09-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -141,47 +141,47 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
141
|
version: '0'
|
142
142
|
requirements: []
|
143
143
|
rubyforge_project:
|
144
|
-
rubygems_version: 2.
|
144
|
+
rubygems_version: 2.5.1
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
147
|
summary: Gem to connect rails admin to Vertica to see history of any record
|
148
148
|
test_files:
|
149
149
|
- test/test_helper.rb
|
150
|
-
- test/dummy/public/422.html
|
151
|
-
- test/dummy/public/favicon.ico
|
152
|
-
- test/dummy/public/404.html
|
153
|
-
- test/dummy/public/500.html
|
154
|
-
- test/dummy/config.ru
|
155
150
|
- test/dummy/bin/bundle
|
156
151
|
- test/dummy/bin/rake
|
157
152
|
- test/dummy/bin/rails
|
158
153
|
- test/dummy/bin/setup
|
159
|
-
- test/dummy/
|
160
|
-
- test/dummy/app/helpers/application_helper.rb
|
161
|
-
- test/dummy/app/controllers/application_controller.rb
|
162
|
-
- test/dummy/app/views/layouts/application.html.erb
|
163
|
-
- test/dummy/app/assets/javascripts/application.js
|
164
|
-
- test/dummy/app/assets/stylesheets/application.css
|
165
|
-
- test/dummy/db/schema.rb
|
166
|
-
- test/dummy/config/boot.rb
|
167
|
-
- test/dummy/config/initializers/inflections.rb
|
168
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
169
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
170
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
154
|
+
- test/dummy/config/initializers/session_store.rb
|
171
155
|
- test/dummy/config/initializers/cookies_serializer.rb
|
172
|
-
- test/dummy/config/initializers/assets.rb
|
173
156
|
- test/dummy/config/initializers/mime_types.rb
|
174
|
-
- test/dummy/config/initializers/
|
157
|
+
- test/dummy/config/initializers/assets.rb
|
158
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
159
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
160
|
+
- test/dummy/config/initializers/inflections.rb
|
161
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
175
162
|
- test/dummy/config/application.rb
|
176
|
-
- test/dummy/config/database.yml
|
177
|
-
- test/dummy/config/routes.rb
|
178
|
-
- test/dummy/config/secrets.yml
|
179
|
-
- test/dummy/config/locales/en.yml
|
180
163
|
- test/dummy/config/environments/test.rb
|
181
|
-
- test/dummy/config/environments/development.rb
|
182
164
|
- test/dummy/config/environments/production.rb
|
165
|
+
- test/dummy/config/environments/development.rb
|
166
|
+
- test/dummy/config/secrets.yml
|
167
|
+
- test/dummy/config/database.yml
|
168
|
+
- test/dummy/config/locales/en.yml
|
183
169
|
- test/dummy/config/environment.rb
|
170
|
+
- test/dummy/config/routes.rb
|
171
|
+
- test/dummy/config/boot.rb
|
172
|
+
- test/dummy/config.ru
|
173
|
+
- test/dummy/public/422.html
|
174
|
+
- test/dummy/public/favicon.ico
|
175
|
+
- test/dummy/public/500.html
|
176
|
+
- test/dummy/public/404.html
|
177
|
+
- test/dummy/db/schema.rb
|
184
178
|
- test/dummy/README.rdoc
|
179
|
+
- test/dummy/Rakefile
|
180
|
+
- test/dummy/app/assets/javascripts/application.js
|
181
|
+
- test/dummy/app/assets/stylesheets/application.css
|
182
|
+
- test/dummy/app/views/layouts/application.html.erb
|
183
|
+
- test/dummy/app/helpers/application_helper.rb
|
184
|
+
- test/dummy/app/controllers/application_controller.rb
|
185
185
|
- test/integration/navigation_test.rb
|
186
186
|
- test/vertica_history_test.rb
|
187
187
|
has_rdoc:
|