fonts-rails 0.1.4 → 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: ac598041c730ba2b47394c61d16de0f0fa101270
4
- data.tar.gz: 7babaa27a26809c74abef5f59970551d14e954c6
3
+ metadata.gz: 61274cc05799b0ac2df92bd529134ba47d41b309
4
+ data.tar.gz: 65434b98268b196630cc93b632cbd3e672a3ef0a
5
5
  SHA512:
6
- metadata.gz: 9b6bc003ad1a673ae32bb65681efd4eebcdc8ef91a0d93f954f41310e64f7e463768e3c80bc82e76eae16d78a9f51adfb5a459f5ae18c976f682363fe3ea9023
7
- data.tar.gz: b7b01a8cad1fab0682f65dfe3f1f186c14228d48dbe56c644ef8fafa56dacd79c6f31190a5aa0fec6c848d4fd9561d46d057df593320662c86cf8892f83a00c0
6
+ metadata.gz: ee1618057ed4b40f636f2a39eefea59264191e783b57ae722fd042387f924e8d197092629e40a7bbaa5a34ad3d699d001b9750e11e867e9c13f9e3d574018509
7
+ data.tar.gz: 2905d60707f1932794ecb196a57728c224166c7b8359a2630265a7d32baa62fc1969b7e6e81246994508f9c2d210f7e9cd226ff3a48e71fc6a49e05176232120
data/MIT-LICENSE CHANGED
@@ -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/fonts-rails.svg)](http://badge.fury.io/rb/fonts-rails) [![Code Climate](https://codeclimate.com/github/museways/fonts-rails/badges/gpa.svg)](https://codeclimate.com/github/museways/fonts-rails) [![Build Status](https://travis-ci.org/museways/fonts-rails.svg?branch=master)](https://travis-ci.org/museways/fonts-rails) [![Dependency Status](https://gemnasium.com/museways/fonts-rails.svg)](https://gemnasium.com/museways/fonts-rails)
1
+ [![Gem Version](https://badge.fury.io/rb/fonts-rails.svg)](http://badge.fury.io/rb/fonts-rails)
2
+ [![Code Climate](https://codeclimate.com/github/mmontossi/fonts-rails/badges/gpa.svg)](https://codeclimate.com/github/mmontossi/fonts-rails)
3
+ [![Build Status](https://travis-ci.org/mmontossi/fonts-rails.svg)](https://travis-ci.org/mmontossi/fonts-rails)
4
+ [![Dependency Status](https://gemnasium.com/mmontossi/fonts-rails.svg)](https://gemnasium.com/mmontossi/fonts-rails)
2
5
 
3
6
  # Fonts Rails
4
7
 
@@ -25,7 +28,7 @@ In your layout call the helper like this:
25
28
 
26
29
  ## Credits
27
30
 
28
- This gem is maintained and funded by [museways](http://museways.com).
31
+ This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
29
32
 
30
33
  ## License
31
34
 
@@ -1,7 +1,7 @@
1
1
  module Fonts
2
2
  module Rails
3
3
 
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
5
5
 
6
6
  end
7
7
  end
File without changes
data/test/dummy/bin/rails CHANGED
File without changes
data/test/dummy/bin/rake CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fonts-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
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: Adds a simple view helper to create the google fonts link tag in rails.
48
48
  email:
49
- - hello@museways.com
49
+ - mmontossi@buyin.io
50
50
  executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
@@ -86,10 +86,7 @@ files:
86
86
  - test/dummy/config/initializers/wrap_parameters.rb
87
87
  - test/dummy/config/locales/en.yml
88
88
  - test/dummy/config/routes.rb
89
- - test/dummy/db/development.sqlite3
90
89
  - test/dummy/db/schema.rb
91
- - test/dummy/log/development.log
92
- - test/dummy/log/test.log
93
90
  - test/dummy/public/404.html
94
91
  - test/dummy/public/422.html
95
92
  - test/dummy/public/500.html
@@ -102,7 +99,7 @@ files:
102
99
  - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
103
100
  - test/link_tag_test.rb
104
101
  - test/test_helper.rb
105
- homepage: https://github.com/museways/fonts-rails
102
+ homepage: https://github.com/mmontossi/fonts-rails
106
103
  licenses:
107
104
  - MIT
108
105
  metadata: {}
@@ -152,10 +149,7 @@ test_files:
152
149
  - test/dummy/config/locales/en.yml
153
150
  - test/dummy/config/routes.rb
154
151
  - test/dummy/config.ru
155
- - test/dummy/db/development.sqlite3
156
152
  - test/dummy/db/schema.rb
157
- - test/dummy/log/development.log
158
- - test/dummy/log/test.log
159
153
  - test/dummy/public/404.html
160
154
  - test/dummy/public/422.html
161
155
  - test/dummy/public/500.html
Binary file
@@ -1,7 +0,0 @@
1
-  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
-  (2.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
5
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6
-  (0.0ms) SELECT version FROM "schema_migrations"
7
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
@@ -1,107 +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
- LinkTagTest: test_should_show_google_fonts_tag
8
- ----------------------------------------------
9
- Started GET "/" for 127.0.0.1 at 2013-08-18 21:15:34 -0300
10
- Processing by PagesController#index as HTML
11
- Rendered pages/index.html.erb within layouts/application (0.8ms)
12
- Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)
13
-  (0.1ms) rollback transaction
14
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
15
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
16
-  (0.0ms) SELECT version FROM "schema_migrations"
17
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
18
-  (0.1ms) begin transaction
19
- ----------------------------------------------
20
- LinkTagTest: test_should_show_google_fonts_tag
21
- ----------------------------------------------
22
- Started GET "/" for 127.0.0.1 at 2013-08-18 21:16:48 -0300
23
- Processing by PagesController#index as HTML
24
- Rendered pages/index.html.erb within layouts/application (0.8ms)
25
- Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
26
-  (0.1ms) rollback transaction
27
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
28
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
29
-  (0.1ms) SELECT version FROM "schema_migrations"
30
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
31
-  (0.1ms) begin transaction
32
- ----------------------------------------------
33
- LinkTagTest: test_should_show_google_fonts_tag
34
- ----------------------------------------------
35
- Started GET "/" for 127.0.0.1 at 2013-10-21 09:02:41 -0200
36
- Processing by PagesController#index as HTML
37
- Rendered pages/index.html.erb within layouts/application (1.0ms)
38
- Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
39
-  (0.1ms) rollback transaction
40
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
41
-  (0.2ms) 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
- LinkTagTest: test_should_return_include_tag_with_url
47
- ----------------------------------------------------
48
-  (0.1ms) rollback transaction
49
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
50
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
51
-  (0.1ms) SELECT version FROM "schema_migrations"
52
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
53
-  (0.1ms) begin transaction
54
- ----------------------------------------------------
55
- LinkTagTest: test_should_return_include_tag_with_url
56
- ----------------------------------------------------
57
-  (0.1ms) rollback transaction
58
-  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
59
-  (0.1ms) select sqlite_version(*)
60
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
61
-  (0.1ms) SELECT version FROM "schema_migrations"
62
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
63
-  (0.1ms) begin transaction
64
- ----------------------------------------------------
65
- LinkTagTest: test_should_return_include_tag_with_url
66
- ----------------------------------------------------
67
-  (0.1ms) rollback transaction
68
-  (0.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
69
-  (0.1ms) select sqlite_version(*)
70
-  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
71
-  (0.1ms) SELECT version FROM "schema_migrations"
72
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
73
-  (0.1ms) begin transaction
74
- ---------------------------------------------
75
- LinkTagTest: test_return_include_tag_with_url
76
- ---------------------------------------------
77
-  (0.0ms) rollback transaction
78
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
79
-  (0.1ms) select sqlite_version(*)
80
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
81
-  (0.0ms) SELECT version FROM "schema_migrations"
82
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
83
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
84
-  (0.1ms) select sqlite_version(*)
85
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
86
-  (0.1ms) SELECT version FROM "schema_migrations"
87
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
88
-  (0.1ms) begin transaction
89
- -----------------------------
90
- LinkTagTest: test_include_tag
91
- -----------------------------
92
-  (0.1ms) rollback transaction
93
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
94
-  (0.1ms) select sqlite_version(*)
95
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
96
-  (0.1ms) SELECT version FROM "schema_migrations"
97
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
98
-  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
99
-  (0.1ms) select sqlite_version(*)
100
-  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
101
-  (0.1ms) SELECT version FROM "schema_migrations"
102
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
103
-  (0.1ms) begin transaction
104
- -----------------------------
105
- LinkTagTest: test_include_tag
106
- -----------------------------
107
-  (0.0ms) rollback transaction