skyblue-rails 0.0.0.1 → 0.0.0.2

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: 98bfcb6919714332da8e5aac2fbbe9d96376cfff
4
- data.tar.gz: 481dcaf2be7d3a9877835718e5ca98d6057cbbbb
3
+ metadata.gz: ef72e1b1462a61288355ddf661df7ab26dfbcf7d
4
+ data.tar.gz: ea562027d0840548acbfdbe7d690a5cb9442c0af
5
5
  SHA512:
6
- metadata.gz: 7ff4ba11695b1592061836ec43e847e0ff37395415819241191819d62e8a99ca252030595b9fe70690e006443cbbcdad3b09d8234291aba5e1a137322790bd01
7
- data.tar.gz: 1331800fd88ec56e9bc8b0501b283ef20b7e73a328938b3e0fc601ccec4c3600ecdcb11898c289ecd8b001a14ac7b458cefb594b20b24361b5434785fa6c7628
6
+ metadata.gz: f17f76ee31b0c95f17bc24e80848be36f3c9c17d7c510d0ed72f3ce50b8c12a9c28e64224b3df9574e543f6bc1f709ba32af04b1a5857a5e4a5d0f0979de5352
7
+ data.tar.gz: b18c938acef62f925257cd36516eb970049e0e5535dd54575c3fa799e46a08fcae3f25fc7afab0e4e2da3888d56eeec468a382d72b22807a41f2c419488ecf6b
data/.ruby-gemset ADDED
@@ -0,0 +1 @@
1
+ skyblue-rails
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby-2.2.0
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Skyblue::Rails
2
2
 
3
- This is a rails asset gem for SkyBlue CSS Framework. At this point only CSS works, not SASS/SCSS. That will come next.
3
+ This is a rails asset gem for [SkyBlue CSS Framework](http://stanko.github.io/SkyBlue/). At this point only CSS works, not SASS/SCSS. That will come next.
4
4
 
5
5
  ## Installation
6
6
 
@@ -20,7 +20,9 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- TODO: Write usage instructions here
23
+ Append the following line to your `app/assets/stylesheets/application.css` file:
24
+
25
+ /*= require skyblue */
24
26
 
25
27
  ## Development
26
28
 
@@ -30,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
30
32
 
31
33
  ## Contributing
32
34
 
33
- 1. Fork it ( https://github.com/[my-github-username]/skyblue-rails/fork )
35
+ 1. Fork it ( https://github.com/zmpeg/skyblue-rails )
34
36
  2. Create your feature branch (`git checkout -b my-new-feature`)
35
37
  3. Commit your changes (`git commit -am 'Add some feature'`)
36
38
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,5 +1,5 @@
1
1
  module Skyblue
2
2
  module Rails
3
- VERSION = "0.0.0.1"
3
+ VERSION = "0.0.0.2"
4
4
  end
5
5
  end
@@ -10,7 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["zandstra.matt@gmail.com"]
11
11
 
12
12
  spec.summary = "SkyBlue CSS with rails 4+"
13
- spec.description = "This gem provides SkyBlue CSS assets for rails 4+. http://stanko.github.io/SkyBlue/"
13
+ spec.description = "This gem provides SkyBlue CSS Framework assets for rails 4+."
14
+ spec.homepage = 'https://github.com/zmpeg/skyblue-rails'
14
15
  spec.license = "MIT"
15
16
 
16
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skyblue-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.1
4
+ version: 0.0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - zmpeg
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description: This gem provides SkyBlue CSS assets for rails 4+. http://stanko.github.io/SkyBlue/
55
+ description: This gem provides SkyBlue CSS Framework assets for rails 4+.
56
56
  email:
57
57
  - zandstra.matt@gmail.com
58
58
  executables: []
@@ -61,6 +61,8 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
63
  - ".rspec"
64
+ - ".ruby-gemset"
65
+ - ".ruby-version"
64
66
  - ".travis.yml"
65
67
  - Gemfile
66
68
  - LICENSE.txt
@@ -74,7 +76,7 @@ files:
74
76
  - lib/skyblue/rails/engine.rb
75
77
  - lib/skyblue/rails/version.rb
76
78
  - skyblue-rails.gemspec
77
- homepage:
79
+ homepage: https://github.com/zmpeg/skyblue-rails
78
80
  licenses:
79
81
  - MIT
80
82
  metadata: {}
@@ -94,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
96
  version: '0'
95
97
  requirements: []
96
98
  rubyforge_project:
97
- rubygems_version: 2.4.3
99
+ rubygems_version: 2.4.6
98
100
  signing_key:
99
101
  specification_version: 4
100
102
  summary: SkyBlue CSS with rails 4+