agric 3.0.0 → 3.0.1
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 +4 -4
- data/app/assets/fonts/agric.eot +0 -0
- data/app/assets/fonts/agric.svg +1 -1
- data/app/assets/fonts/agric.ttf +0 -0
- data/app/assets/fonts/agric.woff +0 -0
- data/app/assets/stylesheets/agric/paths.scss +5 -5
- data/lib/agric/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2c3dbfc37687fe1eea3c2b4a6c345b30b8b69cf
|
|
4
|
+
data.tar.gz: 299528f151e0dac6f101a6539453636a9a7ab917
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fd124ec5fe255d86ad18c19cbe2345e3a3e53bfce134643236dde487be200cf2f11712aef79170521080233a5bed56d3b04bae134fbfe47e74bbe161c83ef12
|
|
7
|
+
data.tar.gz: 150052065191148f7219577b1d620a017d0a66d9c8248beaf39d9068d093b2030beedba7198937d39537bf30ada648740c904af3ea1093c38c2b15af81c8b305
|
data/app/assets/fonts/agric.eot
CHANGED
|
Binary file
|
data/app/assets/fonts/agric.svg
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" standalone="no"?>
|
|
2
2
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
3
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<metadata>Copyright (C) 2013-
|
|
4
|
+
<metadata>Copyright (C) 2013-2016 by Agric</metadata>
|
|
5
5
|
<defs>
|
|
6
6
|
<font id="agric" horiz-adv-x="1000">
|
|
7
7
|
<font-face font-family="Agric" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150"/>
|
data/app/assets/fonts/agric.ttf
CHANGED
|
Binary file
|
data/app/assets/fonts/agric.woff
CHANGED
|
Binary file
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
font-family: 'Agric';
|
|
4
4
|
font-weight: normal;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
src: font-url('agric.eot?v=3.0.
|
|
7
|
-
src: font-url('agric.eot?#iefix&v=3.0.
|
|
8
|
-
font-url('agric.woff?v=3.0.
|
|
9
|
-
font-url('agric.ttf?v=3.0.
|
|
10
|
-
font-url('agric.svg?v=3.0.
|
|
6
|
+
src: font-url('agric.eot?v=3.0.1');
|
|
7
|
+
src: font-url('agric.eot?#iefix&v=3.0.1') format('embedded-opentype'),
|
|
8
|
+
font-url('agric.woff?v=3.0.1') format('woff'),
|
|
9
|
+
font-url('agric.ttf?v=3.0.1') format('truetype'),
|
|
10
|
+
font-url('agric.svg?v=3.0.1') format('svg');
|
|
11
11
|
}
|
data/lib/agric/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brice Texier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -47,7 +47,7 @@ dependencies:
|
|
|
47
47
|
version: '3.2'
|
|
48
48
|
- - "<"
|
|
49
49
|
- !ruby/object:Gem::Version
|
|
50
|
-
version: '
|
|
50
|
+
version: '6.0'
|
|
51
51
|
type: :runtime
|
|
52
52
|
prerelease: false
|
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -57,7 +57,7 @@ dependencies:
|
|
|
57
57
|
version: '3.2'
|
|
58
58
|
- - "<"
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: '
|
|
60
|
+
version: '6.0'
|
|
61
61
|
- !ruby/object:Gem::Dependency
|
|
62
62
|
name: sass-rails
|
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -116,9 +116,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
116
|
version: '0'
|
|
117
117
|
requirements: []
|
|
118
118
|
rubyforge_project:
|
|
119
|
-
rubygems_version: 2.4.5
|
|
119
|
+
rubygems_version: 2.4.5.1
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 4
|
|
122
122
|
summary: Agricultural font
|
|
123
123
|
test_files: []
|
|
124
|
-
has_rdoc:
|