quotation-marks 0.1.1 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/bower.json +36 -0
- data/lib/quotation-marks/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4834286e373f6f312f8cc58eaec422366bef002d
|
4
|
+
data.tar.gz: cc99cebb2527309b729c3a4a4f9b6410244de621
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ac27359f928e6978519322c7bd612bbb71f391b9fc9e62f0966683e300d6ced1a5172f0fb6131ba28b5ac6fd64203d9da1caafc4eb63bdad39f93302a46b633
|
7
|
+
data.tar.gz: 23f3792e9bd83fc30f162062816c05e277681f823663a2b0a5eb17f541c30a731ef325780eaa6b0ca8d1524dccf4173c3f0c4258c1323e64cfd2ec11d1e4e420
|
data/CHANGELOG.md
CHANGED
data/bower.json
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
{
|
2
|
+
"name": "quotation-marks",
|
3
|
+
"homepage": "http://quotation-marks.org",
|
4
|
+
"repository": {
|
5
|
+
"type": "git",
|
6
|
+
"url": "git://github.com/hagenburger/quotation-marks.git"
|
7
|
+
},
|
8
|
+
"authors": [
|
9
|
+
"Nico Hagenburger <nico@hagenburger.net> (https://twitter.com/hagenburger)"
|
10
|
+
],
|
11
|
+
"description": "I18n quotation marks for Sass",
|
12
|
+
"main": [
|
13
|
+
"stylesheets/_quotation-marks.scss"
|
14
|
+
],
|
15
|
+
"keywords": [
|
16
|
+
"quotation",
|
17
|
+
"marks",
|
18
|
+
"typography",
|
19
|
+
"i18n"
|
20
|
+
],
|
21
|
+
"license": "MIT",
|
22
|
+
"ignore": [
|
23
|
+
"**/.*",
|
24
|
+
"node_modules",
|
25
|
+
"bower_components",
|
26
|
+
"test",
|
27
|
+
"tests",
|
28
|
+
"pkg",
|
29
|
+
"Gemfile*",
|
30
|
+
"quotation-marks.gemspec",
|
31
|
+
"Rakefile",
|
32
|
+
"lib",
|
33
|
+
"website",
|
34
|
+
"DESIGN"
|
35
|
+
]
|
36
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quotation-marks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nico Hagenburger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|
@@ -79,6 +79,7 @@ files:
|
|
79
79
|
- LICENSE.md
|
80
80
|
- README.md
|
81
81
|
- Rakefile
|
82
|
+
- bower.json
|
82
83
|
- lib/quotation-marks.rb
|
83
84
|
- lib/quotation-marks/version.rb
|
84
85
|
- quotation-marks.gemspec
|
@@ -132,3 +133,4 @@ summary: I18n quotation marks for Sass
|
|
132
133
|
test_files:
|
133
134
|
- test/quotation_marks_test.rb
|
134
135
|
- test/test_helper.rb
|
136
|
+
has_rdoc:
|