quotation-marks 0.1.1 → 0.2.0

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: 7c6d949779c056f08d9f7a3e264823228599ba97
4
- data.tar.gz: 71d55c0feabbe23126029e16fc4c8496dfc0b6bb
3
+ metadata.gz: 4834286e373f6f312f8cc58eaec422366bef002d
4
+ data.tar.gz: cc99cebb2527309b729c3a4a4f9b6410244de621
5
5
  SHA512:
6
- metadata.gz: 318d1399a44c1440a9849bf198ff964d85d88471b20ecd8fe5985e28c376ecf81e6379c14e1dd59086991b7e6796e098f1d2ee82ff153717bd583514ce4918f6
7
- data.tar.gz: d0809e01a4ccd972080ba6377bbe8cc4672032249698f0712aa009c0483c4ed48c242d424f43c424c88238bf357267cc210fc4466dc1f57b3c108a57838275d0
6
+ metadata.gz: 8ac27359f928e6978519322c7bd612bbb71f391b9fc9e62f0966683e300d6ced1a5172f0fb6131ba28b5ac6fd64203d9da1caafc4eb63bdad39f93302a46b633
7
+ data.tar.gz: 23f3792e9bd83fc30f162062816c05e277681f823663a2b0a5eb17f541c30a731ef325780eaa6b0ca8d1524dccf4173c3f0c4258c1323e64cfd2ec11d1e4e420
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.0
4
+
5
+ * Added Bower support
6
+
3
7
  ## 0.1.1
4
8
 
5
9
  * Fixed a bug with a non-visible space
@@ -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
+ }
@@ -1,3 +1,3 @@
1
1
  module QuotationMarks
2
- VERSION = '0.1.1'
2
+ VERSION = '0.2.0'
3
3
  end
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.1.1
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: 2014-06-30 00:00:00.000000000 Z
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: