buttons_for 0.1.3 → 0.1.5

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: c730085e719d7c59dd20f7dba6f1770393ed7ab7
4
- data.tar.gz: 5ecf0ca7459d1d243eda962601354326af20ea74
3
+ metadata.gz: bf3d395b9cc5a9bc75fb2c30a581a5a0028dd53a
4
+ data.tar.gz: 6c16d68832fd674b339e44229dad71f12976ca99
5
5
  SHA512:
6
- metadata.gz: e90e2769ae107750a1560aa172ed6ea79939bef983fdb6302f07d0805b074682012ef05118f12d3ca12dbbe1c604eb741b5397f24210357da03358dd7d145053
7
- data.tar.gz: 3d693b48ccc1b69244cd0543e8f85235f543b931048eaadd8463d9a5b0196cd369b835cd42e5e08ce2120789c484a241c9e79b3cfee58b8a1d8fab5e943cb4e0
6
+ metadata.gz: 889e1b8a4dce2eae416b5c02b99488f40e84af10102623d0d2011af3ecffd7bc222c3c04ecd6fabf981507ff019da5f085a25690939d73c31131c6424964b98f
7
+ data.tar.gz: f7b41d785ea092db36e6d17ff514db25c4ad9e59771a92dfbf1f9a797a3b9592bc4fda033f4be061740e8b50328f05fab3934d5c80f0a701265319ff20108e15
@@ -1,3 +1,3 @@
1
1
  module ButtonsFor
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buttons_for
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ole J. Rosendahl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-22 00:00:00.000000000 Z
11
+ date: 2017-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -107,11 +107,7 @@ files:
107
107
  - test/dummy/config/locales/en.yml
108
108
  - test/dummy/config/routes.rb
109
109
  - test/dummy/config/secrets.yml
110
- - test/dummy/db/development.sqlite3
111
110
  - test/dummy/db/schema.rb
112
- - test/dummy/db/test.sqlite3
113
- - test/dummy/log/development.log
114
- - test/dummy/log/test.log
115
111
  - test/dummy/public/404.html
116
112
  - test/dummy/public/422.html
117
113
  - test/dummy/public/500.html
@@ -129,7 +125,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
125
  requirements:
130
126
  - - ">="
131
127
  - !ruby/object:Gem::Version
132
- version: 1.9.3
128
+ version: '2.0'
133
129
  required_rubygems_version: !ruby/object:Gem::Requirement
134
130
  requirements:
135
131
  - - ">="
@@ -137,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
133
  version: '0'
138
134
  requirements: []
139
135
  rubyforge_project:
140
- rubygems_version: 2.5.1
136
+ rubygems_version: 2.5.2
141
137
  signing_key:
142
138
  specification_version: 4
143
139
  summary: Easily create Bootstrap buttons in Rails.
@@ -173,11 +169,7 @@ test_files:
173
169
  - test/dummy/config/routes.rb
174
170
  - test/dummy/config/secrets.yml
175
171
  - test/dummy/config.ru
176
- - test/dummy/db/development.sqlite3
177
172
  - test/dummy/db/schema.rb
178
- - test/dummy/db/test.sqlite3
179
- - test/dummy/log/development.log
180
- - test/dummy/log/test.log
181
173
  - test/dummy/public/404.html
182
174
  - test/dummy/public/422.html
183
175
  - test/dummy/public/500.html
@@ -185,3 +177,4 @@ test_files:
185
177
  - test/dummy/Rakefile
186
178
  - test/dummy/README.rdoc
187
179
  - test/test_helper.rb
180
+ has_rdoc:
Binary file
Binary file
@@ -1,4 +0,0 @@
1
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
-  (0.1ms) select sqlite_version(*)
3
-  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"