hyphenify 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 853a88e605eba0aed48430cc6a9e58ee94597551
4
- data.tar.gz: 124a4a3373ff0130330869596915ddd8f5c2ba68
3
+ metadata.gz: f501d7eb4a25d828af003c187a787e595d4f1cb4
4
+ data.tar.gz: d4bcd1f9bdd76ccf9eb2631311518f6722107e28
5
5
  SHA512:
6
- metadata.gz: cc177f6293701ea6bf89adc393278322f50779469d68e4e0efa228f06f4ef3852480639366abfc21ad6ed574be1447bbab2a8a3c18d10f99e85bb3f5ab2d45ee
7
- data.tar.gz: f63afe67b6014efdc4d0756dd9bbbfb77aa7da655e5e551b6cb38cf5651788d3a5724693bf266e508ad95563e5add0a5ea4c949df009462f2e67dbcc8700a0e7
6
+ metadata.gz: adbc5fd304635f2986ebe68eac881be5964b6d9a23d34d6e15161f06b269db4074b1a966bb9f34df3d323fdd4510ab42a82a51c3b1e48013b11a9eea3e05aeed
7
+ data.tar.gz: fb082c3e40c1cbcac1c90110854a56bdcdbe0cadffcf3b724fc4daf3b9277442f45dcdaf74b29341321068a6fbc23731336aab98ce08d5ab418b1ad190a1e01e
@@ -1,4 +1,4 @@
1
- Copyright 2015 Museways
1
+ Copyright 2015 Mathías Montossi
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,4 +1,7 @@
1
- [![Gem Version](https://badge.fury.io/rb/hyphenify.svg)](http://badge.fury.io/rb/hyphenify) [![Code Climate](https://codeclimate.com/github/museways/hyphenify/badges/gpa.svg)](https://codeclimate.com/github/museways/hyphenify) [![Build Status](https://travis-ci.org/museways/hyphenify.svg?branch=master)](https://travis-ci.org/museways/hyphenify) [![Dependency Status](https://gemnasium.com/museways/hyphenify.svg)](https://gemnasium.com/museways/hyphenify)
1
+ [![Gem Version](https://badge.fury.io/rb/hyphenify.svg)](http://badge.fury.io/rb/hyphenify)
2
+ [![Code Climate](https://codeclimate.com/github/mmontossi/hyphenify/badges/gpa.svg)](https://codeclimate.com/github/mmontossi/hyphenify)
3
+ [![Build Status](https://travis-ci.org/mmontossi/hyphenify.svg)](https://travis-ci.org/mmontossi/hyphenify)
4
+ [![Dependency Status](https://gemnasium.com/mmontossi/hyphenify.svg)](https://gemnasium.com/mmontossi/hyphenify)
2
5
 
3
6
  # Hyphenify
4
7
 
@@ -22,7 +25,7 @@ Nothing to do! Yay!
22
25
 
23
26
  ## Credits
24
27
 
25
- This gem is maintained and funded by [museways](http://museways.com).
28
+ This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
26
29
 
27
30
  ## License
28
31
 
@@ -1,5 +1,5 @@
1
1
  module Hyphenify
2
2
 
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
4
4
 
5
5
  end
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyphenify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - Museways
7
+ - mmontossi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-05 00:00:00.000000000 Z
11
+ date: 2016-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '1.3'
47
47
  description: Makes tags helpers use hyphens in rails.
48
48
  email:
49
- - hello@museways.com
49
+ - mmontossi@buyin.io
50
50
  executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
@@ -85,10 +85,7 @@ files:
85
85
  - test/dummy/config/initializers/wrap_parameters.rb
86
86
  - test/dummy/config/locales/en.yml
87
87
  - test/dummy/config/routes.rb
88
- - test/dummy/db/development.sqlite3
89
88
  - test/dummy/db/schema.rb
90
- - test/dummy/log/development.log
91
- - test/dummy/log/test.log
92
89
  - test/dummy/public/404.html
93
90
  - test/dummy/public/422.html
94
91
  - test/dummy/public/500.html
@@ -101,7 +98,7 @@ files:
101
98
  - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
102
99
  - test/tags_test.rb
103
100
  - test/test_helper.rb
104
- homepage: https://github.com/museways/hyphenify
101
+ homepage: https://github.com/mmontossi/hyphenify
105
102
  licenses:
106
103
  - MIT
107
104
  metadata: {}
@@ -151,10 +148,7 @@ test_files:
151
148
  - test/dummy/config/locales/en.yml
152
149
  - test/dummy/config/routes.rb
153
150
  - test/dummy/config.ru
154
- - test/dummy/db/development.sqlite3
155
151
  - test/dummy/db/schema.rb
156
- - test/dummy/log/development.log
157
- - test/dummy/log/test.log
158
152
  - test/dummy/public/404.html
159
153
  - test/dummy/public/422.html
160
154
  - test/dummy/public/500.html
@@ -1,8 +0,0 @@
1
-  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
-  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
6
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7
-  (0.0ms) SELECT version FROM "schema_migrations"
8
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
@@ -1,273 +0,0 @@
1
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
-  (0.0ms) SELECT version FROM "schema_migrations"
4
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
5
-  (0.1ms) begin transaction
6
- -----------------------------------------------------------------
7
- TagsTest: test_forms_tags_should_return_id_and_class_with_hyphens
8
- -----------------------------------------------------------------
9
- Started GET "/form" for 127.0.0.1 at 2013-08-18 22:38:37 -0300
10
-  (0.1ms) rollback transaction
11
-  (0.1ms) begin transaction
12
- -----------------------------------------------------------
13
- TagsTest: test_tags_should_return_id_and_class_with_hyphens
14
- -----------------------------------------------------------
15
- Started GET "/" for 127.0.0.1 at 2013-08-18 22:38:37 -0300
16
- Processing by PagesController#index as HTML
17
- Completed 200 OK in 38ms (Views: 37.4ms | ActiveRecord: 0.0ms)
18
-  (0.1ms) rollback transaction
19
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
20
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
21
-  (0.0ms) SELECT version FROM "schema_migrations"
22
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
23
-  (0.1ms) begin transaction
24
- -----------------------------------------------------------------
25
- TagsTest: test_forms_tags_should_return_id_and_class_with_hyphens
26
- -----------------------------------------------------------------
27
- Started GET "/form" for 127.0.0.1 at 2013-08-18 22:39:00 -0300
28
- Processing by PagesController#form as HTML
29
- Rendered pages/form.html.erb within layouts/application (116.3ms)
30
- Completed 200 OK in 128ms (Views: 127.9ms | ActiveRecord: 0.0ms)
31
-  (0.1ms) rollback transaction
32
-  (0.1ms) begin transaction
33
- -----------------------------------------------------------
34
- TagsTest: test_tags_should_return_id_and_class_with_hyphens
35
- -----------------------------------------------------------
36
- Started GET "/" for 127.0.0.1 at 2013-08-18 22:39:00 -0300
37
- Processing by PagesController#index as HTML
38
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
39
-  (0.1ms) rollback transaction
40
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
41
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
42
-  (0.1ms) SELECT version FROM "schema_migrations"
43
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
44
-  (0.1ms) begin transaction
45
- -----------------------------------------------------------------
46
- TagsTest: test_forms_tags_should_return_id_and_class_with_hyphens
47
- -----------------------------------------------------------------
48
- Started GET "/form" for 127.0.0.1 at 2013-11-30 14:46:12 -0200
49
- Processing by PagesController#form as HTML
50
- Rendered pages/form.html.erb within layouts/application (8.4ms)
51
- Completed 200 OK in 45ms (Views: 44.6ms | ActiveRecord: 0.0ms)
52
-  (0.1ms) rollback transaction
53
-  (0.1ms) begin transaction
54
- -----------------------------------------------------------
55
- TagsTest: test_tags_should_return_id_and_class_with_hyphens
56
- -----------------------------------------------------------
57
- Started GET "/" for 127.0.0.1 at 2013-11-30 14:46:12 -0200
58
- Processing by PagesController#index as HTML
59
- Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
60
-  (0.1ms) rollback transaction
61
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
62
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
63
-  (0.1ms) SELECT version FROM "schema_migrations"
64
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
65
-  (0.1ms) begin transaction
66
- -----------------------------------------------------------------
67
- TagsTest: test_forms_tags_should_return_id_and_class_with_hyphens
68
- -----------------------------------------------------------------
69
- Started GET "/form" for 127.0.0.1 at 2014-03-01 17:19:48 -0200
70
- Processing by PagesController#form as HTML
71
- Rendered pages/form.html.erb within layouts/application (10.1ms)
72
- Completed 200 OK in 37ms (Views: 36.5ms | ActiveRecord: 0.0ms)
73
-  (0.1ms) rollback transaction
74
-  (0.1ms) begin transaction
75
- -----------------------------------------------------------
76
- TagsTest: test_tags_should_return_id_and_class_with_hyphens
77
- -----------------------------------------------------------
78
- Started GET "/" for 127.0.0.1 at 2014-03-01 17:19:48 -0200
79
- Processing by PagesController#index as HTML
80
- Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
81
-  (0.1ms) rollback transaction
82
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
83
-  (0.1ms) select sqlite_version(*)
84
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
85
-  (0.0ms) SELECT version FROM "schema_migrations"
86
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
87
-  (0.1ms) begin transaction
88
- -----------------------------------------------------------------
89
- TagsTest: test_forms_tags_should_return_id_and_class_with_hyphens
90
- -----------------------------------------------------------------
91
- Started GET "/form" for 127.0.0.1 at 2014-06-08 17:57:02 -0300
92
- Processing by PagesController#form as HTML
93
- Rendered pages/form.html.erb within layouts/application (7.8ms)
94
- Completed 200 OK in 34ms (Views: 34.2ms | ActiveRecord: 0.0ms)
95
-  (0.1ms) rollback transaction
96
-  (0.0ms) begin transaction
97
- -----------------------------------------------------------
98
- TagsTest: test_tags_should_return_id_and_class_with_hyphens
99
- -----------------------------------------------------------
100
- Started GET "/" for 127.0.0.1 at 2014-06-08 17:57:02 -0300
101
- Processing by PagesController#index as HTML
102
- Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
103
-  (0.1ms) rollback transaction
104
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
105
-  (0.1ms) select sqlite_version(*)
106
-  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
107
-  (0.1ms) SELECT version FROM "schema_migrations"
108
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
109
-  (0.1ms) begin transaction
110
- ----------------------------------------------------------
111
- TagsTest: test_forms_tags_return_id_and_class_with_hyphens
112
- ----------------------------------------------------------
113
-  (0.0ms) rollback transaction
114
-  (0.0ms) begin transaction
115
- ----------------------------------------------------
116
- TagsTest: test_tags_return_id_and_class_with_hyphens
117
- ----------------------------------------------------
118
-  (0.0ms) rollback transaction
119
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
120
-  (0.1ms) select sqlite_version(*)
121
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
122
-  (0.1ms) SELECT version FROM "schema_migrations"
123
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
124
-  (0.1ms) begin transaction
125
- ----------------------------------------------------------
126
- TagsTest: test_forms_tags_return_id_and_class_with_hyphens
127
- ----------------------------------------------------------
128
-  (0.1ms) rollback transaction
129
-  (0.0ms) begin transaction
130
- ----------------------------------------------------
131
- TagsTest: test_tags_return_id_and_class_with_hyphens
132
- ----------------------------------------------------
133
-  (0.0ms) rollback transaction
134
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
135
-  (0.1ms) select sqlite_version(*)
136
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
137
-  (0.0ms) SELECT version FROM "schema_migrations"
138
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
139
-  (0.1ms) begin transaction
140
- ----------------------------------------------------------
141
- TagsTest: test_forms_tags_return_id_and_class_with_hyphens
142
- ----------------------------------------------------------
143
-  (0.1ms) rollback transaction
144
-  (0.0ms) begin transaction
145
- ----------------------------------------------------
146
- TagsTest: test_tags_return_id_and_class_with_hyphens
147
- ----------------------------------------------------
148
-  (0.1ms) rollback transaction
149
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
150
-  (0.1ms) select sqlite_version(*)
151
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
152
-  (0.1ms) SELECT version FROM "schema_migrations"
153
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
154
-  (0.1ms) begin transaction
155
- ----------------------------------------------------------
156
- TagsTest: test_forms_tags_return_id_and_class_with_hyphens
157
- ----------------------------------------------------------
158
-  (0.0ms) rollback transaction
159
-  (0.0ms) begin transaction
160
- ----------------------------------------------------
161
- TagsTest: test_tags_return_id_and_class_with_hyphens
162
- ----------------------------------------------------
163
-  (0.0ms) rollback transaction
164
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
165
-  (0.1ms) select sqlite_version(*)
166
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
167
-  (0.2ms) SELECT version FROM "schema_migrations"
168
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
169
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
170
-  (0.1ms) select sqlite_version(*)
171
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
172
-  (0.1ms) SELECT version FROM "schema_migrations"
173
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
174
-  (0.1ms) begin transaction
175
- ----------------------------
176
- TagsTest: test_forms_hyphens
177
- ----------------------------
178
-  (0.1ms) rollback transaction
179
-  (0.1ms) begin transaction
180
- ---------------------------
181
- TagsTest: test_tags_hyphens
182
- ---------------------------
183
-  (0.0ms) rollback transaction
184
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
185
-  (0.1ms) select sqlite_version(*)
186
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
187
-  (0.1ms) SELECT version FROM "schema_migrations"
188
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
189
-  (0.1ms) begin transaction
190
- ----------------------------
191
- TagsTest: test_forms_hyphens
192
- ----------------------------
193
-  (0.1ms) rollback transaction
194
-  (0.0ms) begin transaction
195
- ---------------------------
196
- TagsTest: test_tags_hyphens
197
- ---------------------------
198
-  (0.0ms) rollback transaction
199
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
200
-  (0.1ms) select sqlite_version(*)
201
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
202
-  (0.1ms) SELECT version FROM "schema_migrations"
203
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
204
-  (0.1ms) begin transaction
205
- ----------------------------
206
- TagsTest: test_forms_hyphens
207
- ----------------------------
208
-  (0.1ms) rollback transaction
209
-  (0.1ms) begin transaction
210
- ---------------------------
211
- TagsTest: test_tags_hyphens
212
- ---------------------------
213
-  (0.0ms) rollback transaction
214
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
215
-  (0.1ms) select sqlite_version(*)
216
-  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
217
-  (0.1ms) SELECT version FROM "schema_migrations"
218
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
219
-  (0.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
220
-  (0.1ms) select sqlite_version(*)
221
-  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
222
-  (0.1ms) SELECT version FROM "schema_migrations"
223
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
224
-  (0.1ms) begin transaction
225
- ----------------------------
226
- TagsTest: test_forms_hyphens
227
- ----------------------------
228
-  (0.1ms) rollback transaction
229
-  (0.0ms) begin transaction
230
- ---------------------------
231
- TagsTest: test_tags_hyphens
232
- ---------------------------
233
-  (0.0ms) rollback transaction
234
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
235
-  (0.1ms) select sqlite_version(*)
236
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
237
-  (0.0ms) SELECT version FROM "schema_migrations"
238
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
239
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
240
-  (0.1ms) select sqlite_version(*)
241
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
242
-  (0.1ms) SELECT version FROM "schema_migrations"
243
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
244
-  (0.1ms) begin transaction
245
- ----------------------------
246
- TagsTest: test_forms_hyphens
247
- ----------------------------
248
-  (0.1ms) rollback transaction
249
-  (0.0ms) begin transaction
250
- ---------------------------
251
- TagsTest: test_tags_hyphens
252
- ---------------------------
253
-  (0.1ms) rollback transaction
254
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
255
-  (0.1ms) select sqlite_version(*)
256
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
257
-  (0.1ms) SELECT version FROM "schema_migrations"
258
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
259
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
260
-  (0.1ms) select sqlite_version(*)
261
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
262
-  (0.1ms) SELECT version FROM "schema_migrations"
263
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
264
-  (0.1ms) begin transaction
265
- ----------------------------
266
- TagsTest: test_forms_hyphens
267
- ----------------------------
268
-  (0.1ms) rollback transaction
269
-  (0.0ms) begin transaction
270
- ---------------------------
271
- TagsTest: test_tags_hyphens
272
- ---------------------------
273
-  (0.0ms) rollback transaction