semanticgs-rails 1.2.0 → 1.2.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -2,6 +2,8 @@ Docs to come soon. Until then, check out:
2
2
 
3
3
  http://semantic.gs/
4
4
 
5
+ # Simple Example
6
+
5
7
  This scss example is equivalent to the less example on the front of that page:
6
8
 
7
9
 
@@ -37,3 +39,15 @@ To see this gem in action -
37
39
 
38
40
  curl http://locahost:3000/assets/layout.css
39
41
 
42
+
43
+ # Versioning Semantics
44
+
45
+ Since this is simply packaging up an existing asset, I will use the version number of the asset I'm packaging, adding a least significant digit for any modifications to this gem, for things like documentation, dependencies, etc.
46
+
47
+ # License
48
+
49
+ The original asset is licensed under the Apache License, and that has been included in the vendor/assets/stylesheets directory as to be as close as possible to the original licensed work.
50
+
51
+ # Thanks
52
+
53
+ Thanks to Tyler Tate. I'm just packaging his work up here in a format that plugs into Rails.
@@ -1,5 +1,5 @@
1
1
  module Semanticgs
2
2
  module Rails
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.0.1"
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Semanticgs::Rails::VERSION
8
8
  s.authors = ["bokmann"]
9
9
  s.email = ["dbock@codesherpas.com"]
10
- s.homepage = ""
10
+ s.homepage = "https://github.com/bokmann/semanticgs-rails"
11
11
  s.summary = %q{A simple asset gem bundling up semantic.gs}
12
12
  s.description = %q{A simple asset gem bundling up the scss file from http://semantic.gs/}
13
13
 
@@ -19,8 +19,4 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ["lib"]
20
20
 
21
21
  s.add_dependency "railties", "~> 3.1"
22
-
23
- # specify any dependencies here; for example:
24
- # s.add_development_dependency "rspec"
25
- # s.add_runtime_dependency "rest-client"
26
22
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semanticgs-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 77
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
9
  - 0
10
- version: 1.2.0
10
+ - 1
11
+ version: 1.2.0.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - bokmann
@@ -51,7 +52,7 @@ files:
51
52
  - semanticgs-rails.gemspec
52
53
  - vendor/assets/stylesheets/grid.scss
53
54
  - vendor/assets/stylesheets/license.txt
54
- homepage: ""
55
+ homepage: https://github.com/bokmann/semanticgs-rails
55
56
  licenses: []
56
57
 
57
58
  post_install_message: