hyphenify 0.0.7 → 0.0.9

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: 14b01552e86923ac958c8bd2509b34a35f4cb933
4
- data.tar.gz: 764e17fc46694e771ed23283351a0ef22fd143e2
3
+ metadata.gz: 743daeb8c82f89a8c3762c37faf08740be859a8a
4
+ data.tar.gz: f866b5057897f134b6211fa493c7955ba2c3456e
5
5
  SHA512:
6
- metadata.gz: 0ac0d72c8d5b251640300b8ac32c9983a627b51d0247c76c558e569aa583ad6844369ef9df405612c5c19ea2137dfdc912a783a5235a7ca3576e769f9c347d26
7
- data.tar.gz: 03cee98772f520b9e30eef6ddf21ecffeb0e77b3ec15d2414cfa0b27c01e01a9624445b0642406fb7bff0e0e064ba5ad147acbae622f54ba4405664b7264905e
6
+ metadata.gz: 8a2591ef8fd3885a5d64741c00160c7b40768f9d56135912617edd8074bbb3b890b218b70ab06f927e07563f692e57fd2a61846ed9b5d1a5fe1d67b2d4e4f385
7
+ data.tar.gz: 6f87b3a95f8e3fd4dc33b37e69d4d18ef05963615cfb4a4bfc1f68d917304a2224b402673f5222a87d0317e6360a29b074afab0be8dccfc46456f26d05a24edc
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2013 Museways
1
+ Copyright 2014 Museways
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
@@ -1,5 +1,5 @@
1
1
  module Hyphenify
2
2
 
3
- VERSION = '0.0.7'
3
+ VERSION = '0.0.9'
4
4
 
5
5
  end
@@ -9,4 +9,5 @@
9
9
 
10
10
  # Make sure your secret_key_base is kept private
11
11
  # if you're sharing your code publicly.
12
+ Dummy::Application.config.secret_token = 'ed0eded0efc92fa96afd1113ea2b9f8dc601e53805294f14a7e4be9d84831561a88c7217883807df7cc675293285fe08de00d0379ffdd019fad4f0dbdfbd73c5'
12
13
  Dummy::Application.config.secret_key_base = 'ed0eded0efc92fa96afd1113ea2b9f8dc601e53805294f14a7e4be9d84831561a88c7217883807df7cc675293285fe08de00d0379ffdd019fad4f0dbdfbd73c5'
@@ -79,3 +79,25 @@ Started GET "/" for 127.0.0.1 at 2014-03-01 17:19:48 -0200
79
79
  Processing by PagesController#index as HTML
80
80
  Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
81
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
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.0.7
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Museways
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-01 00:00:00.000000000 Z
11
+ date: 2014-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.0
19
+ version: 3.1.0
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 4.2.0
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - ">="
25
28
  - !ruby/object:Gem::Version
26
- version: 3.0.0
29
+ version: 3.1.0
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 4.2.0
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: sqlite3
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - ">="
37
+ - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '0'
39
+ version: '1.3'
34
40
  type: :development
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
- - - ">="
44
+ - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '0'
46
+ version: '1.3'
41
47
  description: Hacks tags helpers to always use hyphens.
42
48
  email:
43
49
  - hello@museways.com
@@ -110,7 +116,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
116
  requirements:
111
117
  - - ">="
112
118
  - !ruby/object:Gem::Version
113
- version: '0'
119
+ version: 1.9.3
114
120
  required_rubygems_version: !ruby/object:Gem::Requirement
115
121
  requirements:
116
122
  - - ">="