shelves 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.
data/README.md CHANGED
@@ -3,7 +3,7 @@ Shelves CSS Grid Framework
3
3
 
4
4
  **The only responsive, fluid CSS grid framework with infinitely nestable columns.**
5
5
 
6
- [Demo & Documentation](http://shelves.whoisartifex.com/)
6
+ [Demo & Documentation](http://shelvesgrid.org/)
7
7
 
8
8
  Copyright
9
9
  ---------
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shelves",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": ["css/shelves.css", "scss/shelves.scss"],
5
5
  "ignore": [
6
6
  "*.gemspec",
@@ -1,3 +1,3 @@
1
1
  module Shelves
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.email = ['me@petebrowne.com']
8
8
  gem.description = %q{The only responsive, fluid CSS grid with infinitely nestable columns.}
9
9
  gem.summary = %q{The only responsive, fluid CSS grid with infinitely nestable columns.}
10
- gem.homepage = 'https://github.com/petebrowne/shelves'
10
+ gem.homepage = 'http://shelvesgrid.org'
11
11
 
12
12
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
13
13
  gem.files = `git ls-files`.split("\n").reject{ |f| File.fnmatch?('css/*', f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shelves
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -92,7 +92,7 @@ files:
92
92
  - scss/shelves/mixins/_row.scss
93
93
  - scss/shelves/mixins/_utils.scss
94
94
  - shelves.gemspec
95
- homepage: https://github.com/petebrowne/shelves
95
+ homepage: http://shelvesgrid.org
96
96
  licenses: []
97
97
  post_install_message:
98
98
  rdoc_options: []