yamlcss 1.0.0 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 682ee013170f2cc438116a2f0d18d1cac11dfe90
4
- data.tar.gz: 9ab63c55bedf102e69f2d8e464dc18af0ed0907b
3
+ metadata.gz: d757d01ec78a383d0c8c0cb752bd31d0df9a0f1f
4
+ data.tar.gz: 927b6843935ebdbd2be096f7e6e8fd546e08e711
5
5
  SHA512:
6
- metadata.gz: ee7785b07507b228ad1bbd26ab081cecf04b17baa15ab9f363dc41ddd854ec7603fe9d20bddfb165e2dfb4a3ee1aa107a296a94de5fa9ee53f0405bd8bc0c407
7
- data.tar.gz: 95702503b76d01950e6473b118015b39a2fe7e10d6a4d0f0c98cdb7ef881f607e330b23dd3e093efa1183ef5ac6a4f217ab1395e8393e06d7705ceb4aeb9bcf1
6
+ metadata.gz: c473190a99e5c89f517176f5cd4e0a0846f9be1ea241709f4180be2dd8409000fe4a7d19f9b21e9430ed5e3c2ac6a64e2bd92279397973281cfe512c73dc97b9
7
+ data.tar.gz: 6a83d764973a7a3b37d5ef3d5065fd82112fe0a0144374c195a9ae7ab4272d1c4bfad685767c1454214b93e94fbca0eb9eb13f1b18a20aa22f00c74eccd2e50c
data/Readme.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/braingourmets/yaml-gem.png?branch=master)](https://travis-ci.org/braingourmets/yaml-gem)
4
4
  [![Code Climate](https://codeclimate.com/github/braingourmets/yaml-gem.png)](https://codeclimate.com/github/braingourmets/yaml-gem)
5
+ [![Gem Version](https://badge.fury.io/rb/yamlcss.png)](http://badge.fury.io/rb/yamlcss)
5
6
 
6
7
  YAML (*Yet Another Multicolumn Layout*) is a modular CSS framework for truly
7
8
  flexible, accessible and responsive websites. YAML is focussed on device
data/VERSIONS.md CHANGED
@@ -2,4 +2,5 @@
2
2
 
3
3
  | Gem | YAML |
4
4
  |--------|--------|
5
+ | 1.0.1 | ↾ |
5
6
  | 1.0.0 | 4.2.1 |
@@ -1,4 +1,4 @@
1
1
  # Set the Gem version number.
2
2
  module YamlCss
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
data/yamlcss.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.authors = ['Michael Schulze', 'Oliver Klee']
13
13
  s.email = 'm.schulze@braingourmets.com'
14
14
  s.files = ['lib/yamlcss.rb']
15
- s.homepage = 'https://github.com/braingourmets/yaml-gem'
15
+ s.homepage = 'https://github.com/braingourmets/yamlcss-gem'
16
16
  s.license = 'CC-BY 2.0'
17
17
  s.required_ruby_version = '>= 1.9.3'
18
18
  s.post_install_message = 'Thank you for installing YAML!'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yamlcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Schulze
@@ -76,19 +76,22 @@ extensions: []
76
76
  extra_rdoc_files: []
77
77
  files:
78
78
  - ./.travis.yml
79
- - ./bin/yamlcss
80
79
  - ./Gemfile
81
80
  - ./Gemfile.lock
82
- - ./lib/yamlcss/engine.rb
83
- - ./lib/yamlcss/generator.rb
84
- - ./lib/yamlcss/version.rb
85
- - ./lib/yamlcss.rb
86
81
  - ./LICENSE.txt
87
82
  - ./Rakefile
88
83
  - ./Readme.md
84
+ - ./VERSIONS.md
85
+ - ./bin/yamlcss
86
+ - ./lib/yamlcss.rb
87
+ - ./lib/yamlcss/engine.rb
88
+ - ./lib/yamlcss/generator.rb
89
+ - ./lib/yamlcss/version.rb
89
90
  - ./vendor/assets/stylesheets/_iehacks.scss
90
91
  - ./vendor/assets/stylesheets/_yaml.scss
91
- - ./VERSIONS.md
92
+ - ./yaml/Gruntfile.js
93
+ - ./yaml/License.txt
94
+ - ./yaml/Readme.md
92
95
  - ./yaml/changelog.md
93
96
  - ./yaml/config.rb
94
97
  - ./yaml/demos/css/custom-grids.css
@@ -137,21 +140,18 @@ files:
137
140
  - ./yaml/docs/assets/images/yaml-solo-transparent.png
138
141
  - ./yaml/docs/assets/js/domscript.js
139
142
  - ./yaml/docs/assets/js/jquery.gridbuilder.js
143
+ - ./yaml/docs/assets/js/snippet/ZeroClipboard.swf
140
144
  - ./yaml/docs/assets/js/snippet/jquery.snippet.css
141
145
  - ./yaml/docs/assets/js/snippet/jquery.snippet.js
142
146
  - ./yaml/docs/assets/js/snippet/jquery.snippet.min.css
143
147
  - ./yaml/docs/assets/js/snippet/jquery.snippet.min.js
144
148
  - ./yaml/docs/assets/js/snippet/snippet.css
145
- - ./yaml/docs/assets/js/snippet/ZeroClipboard.swf
146
149
  - ./yaml/docs/index.html
147
- - ./yaml/Gruntfile.js
148
150
  - ./yaml/lib/html5shiv/html5shiv-printshiv.js
149
151
  - ./yaml/lib/html5shiv/html5shiv.js
150
152
  - ./yaml/lib/jquery-1.10.1.min.js
151
153
  - ./yaml/lib/jquery-migrate-1.2.1.min.js
152
- - ./yaml/License.txt
153
154
  - ./yaml/package.json
154
- - ./yaml/Readme.md
155
155
  - ./yaml/sass/docs/assets/css/_screen.scss
156
156
  - ./yaml/sass/docs/assets/css/layout.scss
157
157
  - ./yaml/sass/static-build/add-ons/accessible-tabs/tabs.scss
@@ -287,7 +287,7 @@ files:
287
287
  - ./yaml/yaml/screen/typography.css
288
288
  - ./yamlcss.gemspec
289
289
  - bin/yamlcss
290
- homepage: https://github.com/braingourmets/yaml-gem
290
+ homepage: https://github.com/braingourmets/yamlcss-gem
291
291
  licenses:
292
292
  - CC-BY 2.0
293
293
  metadata: {}
@@ -307,7 +307,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
307
307
  version: '0'
308
308
  requirements: []
309
309
  rubyforge_project:
310
- rubygems_version: 2.1.3
310
+ rubygems_version: 2.2.1
311
311
  signing_key:
312
312
  specification_version: 4
313
313
  summary: YAML CSS Framework