buoys 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 794bbfafb9438cf67c044c95d31da486127581cf918c001d088384c6338664e2
4
- data.tar.gz: 2c8866e73ea3cb2724aca47b5e17cb20734d9b63fb99f78fad8af8acefc8e061
3
+ metadata.gz: 321c8bdd2ac68a0d8a24753fface674fce13b5b296bd2b8d99f4ee6d3bfdd6b0
4
+ data.tar.gz: 0d64eff7a89cc85217c63e1f9a393beef2beec553898d88f03fadaf64dbff23e
5
5
  SHA512:
6
- metadata.gz: e3095a0333e1a86bc9891f126c08811caf63711e8610c3b4a7727054c1babec3a92ed1eb6373b986483e413ec7138106a446436d44092dbebf96e54a0f23569e
7
- data.tar.gz: 32f88478a4a8a17cb1e01ea68e9dd3cebea0a7d0d34978c3ce68d2054f2b1abf5c671f718c2f81d59ec3cae6bb8370ec71d7479ee99550da457732d9b8383f20
6
+ metadata.gz: 0fa4d65a2fbdd6aea846513f71298a13aa619af34c23c0e1aeb5b600e8962b29c4cc822d7863a1ad971560daf955c13e98ec4027702fbe58c2a5f271ff5c298b
7
+ data.tar.gz: dac0727c1f97170d28ee61c57172e07a8627a3eec5f28cb3045bc866c01b5703d4a76878db73f5b5f6041f322c8bd440a8249167880eebf7ac70c0652f6c2cb7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Buoys
4
- VERSION = '2.0.0'.freeze
4
+ VERSION = '2.0.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buoys
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - muryoimpl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-29 00:00:00.000000000 Z
11
+ date: 2019-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -98,6 +98,7 @@ files:
98
98
  - test/buoys_test.rb
99
99
  - test/dummy/README.rdoc
100
100
  - test/dummy/Rakefile
101
+ - test/dummy/app/assets/config/manifest.js
101
102
  - test/dummy/app/assets/javascripts/application.js
102
103
  - test/dummy/app/assets/stylesheets/application.css
103
104
  - test/dummy/app/controllers/application_controller.rb
@@ -197,6 +198,7 @@ test_files:
197
198
  - test/dummy/config/routes.rb
198
199
  - test/dummy/app/views/layouts/application.html.erb
199
200
  - test/dummy/app/views/breadcrumbs/_buoys.erb
201
+ - test/dummy/app/assets/config/manifest.js
200
202
  - test/dummy/app/assets/javascripts/application.js
201
203
  - test/dummy/app/assets/stylesheets/application.css
202
204
  - test/dummy/app/controllers/application_controller.rb