fonts-rails 0.0.7 → 0.0.8

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: 5f227a10068dae8cd748d3a1391aa0b686cf5fe9
4
- data.tar.gz: 48382df991c1126354cb67e842bcc7d212fee680
3
+ metadata.gz: 156693bf691edf5ca032387f2785d8075e88b63c
4
+ data.tar.gz: 821da48b23f7b59c9f25457eeffe36a31e8a6561
5
5
  SHA512:
6
- metadata.gz: 08079db4537bbb825cbcf311e9a77c7b19521cf049a46b3f2fa1967267c6c01cd662ee4e39950557f505ed33e36152f696617bb3865425a225432a7c99a5a12f
7
- data.tar.gz: bcbc2505f70aa1805c9bacc891968509ca9b93e12b2ef7fec98eff2ffa908f343e79d5efda2f0ac505b9b1ef2f9d4200cdb7d3b18f2bce7b486410c7f46a0db0
6
+ metadata.gz: 56bbe7e80263f9fb9206913b436801546b4874b6c98c1e6ae699b0a3482760d0c688c922b86c1ebbb3973036a896e98ffd8c65586ee2f6bf4ba399eb263eee65
7
+ data.tar.gz: 1e70b30ce377bdc625fdc774cbf20defda3054f3568246461363a35fa790acbc9baabdca632d195b87587d0b1f2f89008455bac4a122e42de1a86965df082176
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2013 Mattways
1
+ Copyright 2013 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
data/README.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- {<img src="https://codeclimate.com/github/mattways/fonts-rails.png" />}[https://codeclimate.com/github/mattways/fonts-rails] {<img src="https://travis-ci.org/mattways/fonts-rails.png?branch=master" alt="Build Status" />}[https://travis-ci.org/mattways/fonts-rails] {<img src="https://gemnasium.com/mattways/fonts-rails.png" alt="Dependency Status" />}[https://gemnasium.com/mattways/fonts-rails]
1
+ {<img src="https://badge.fury.io/rb/fonts-rails.png" alt="Gem Version" />}[http://badge.fury.io/rb/fonts-rails] {<img src="https://codeclimate.com/github/museways/fonts-rails.png" />}[https://codeclimate.com/github/museways/fonts-rails] {<img src="https://travis-ci.org/museways/fonts-rails.png?branch=master" alt="Build Status" />}[https://travis-ci.org/museways/fonts-rails] {<img src="https://gemnasium.com/museways/fonts-rails.png" alt="Dependency Status" />}[https://gemnasium.com/museways/fonts-rails]
2
2
 
3
3
  = Fonts Rails
4
4
 
@@ -1,7 +1,7 @@
1
1
  module Fonts
2
2
  module Rails
3
3
 
4
- VERSION = '0.0.7'
4
+ VERSION = '0.0.8'
5
5
 
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,58 +1,60 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fonts-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
- - Mattways
7
+ - Museways
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-21 00:00:00.000000000 Z
11
+ date: 2014-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  description: Adds a simple view helper to create the google fonts link tag.
42
42
  email:
43
- - contact@mattways.com
43
+ - hello@museways.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
+ - MIT-LICENSE
49
+ - README.rdoc
50
+ - Rakefile
51
+ - lib/fonts-rails.rb
52
+ - lib/fonts/rails.rb
48
53
  - lib/fonts/rails/action_view/base.rb
49
54
  - lib/fonts/rails/railtie.rb
50
55
  - lib/fonts/rails/version.rb
51
- - lib/fonts/rails.rb
52
- - lib/fonts-rails.rb
53
- - MIT-LICENSE
54
- - Rakefile
55
- - README.rdoc
56
+ - test/dummy/README.rdoc
57
+ - test/dummy/Rakefile
56
58
  - test/dummy/app/assets/javascripts/application.js
57
59
  - test/dummy/app/assets/stylesheets/application.css
58
60
  - test/dummy/app/controllers/application_controller.rb
@@ -63,6 +65,7 @@ files:
63
65
  - test/dummy/bin/bundle
64
66
  - test/dummy/bin/rails
65
67
  - test/dummy/bin/rake
68
+ - test/dummy/config.ru
66
69
  - test/dummy/config/application.rb
67
70
  - test/dummy/config/boot.rb
68
71
  - test/dummy/config/database.yml
@@ -79,7 +82,6 @@ files:
79
82
  - test/dummy/config/initializers/wrap_parameters.rb
80
83
  - test/dummy/config/locales/en.yml
81
84
  - test/dummy/config/routes.rb
82
- - test/dummy/config.ru
83
85
  - test/dummy/db/development.sqlite3
84
86
  - test/dummy/db/schema.rb
85
87
  - test/dummy/log/development.log
@@ -88,8 +90,6 @@ files:
88
90
  - test/dummy/public/422.html
89
91
  - test/dummy/public/500.html
90
92
  - test/dummy/public/favicon.ico
91
- - test/dummy/Rakefile
92
- - test/dummy/README.rdoc
93
93
  - test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705
94
94
  - test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af
95
95
  - test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953
@@ -98,7 +98,7 @@ files:
98
98
  - test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655
99
99
  - test/link_tag_test.rb
100
100
  - test/test_helper.rb
101
- homepage: https://github.com/mattways/fonts-rails
101
+ homepage: https://github.com/museways/fonts-rails
102
102
  licenses:
103
103
  - MIT
104
104
  metadata: {}
@@ -108,17 +108,17 @@ require_paths:
108
108
  - lib
109
109
  required_ruby_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - '>='
111
+ - - ">="
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - '>='
116
+ - - ">="
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
119
  requirements: []
120
120
  rubyforge_project:
121
- rubygems_version: 2.0.3
121
+ rubygems_version: 2.2.2
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: Google Fonts for Rails.