handy-css-rails 0.0.5 → 0.0.6
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 +4 -4
- data/handy-css-rails.gemspec +2 -2
- data/lib/handy-css-rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d93a87a69e3ed8d10acc833c7f2ad8031b456010
|
|
4
|
+
data.tar.gz: cdb19da8187fe4fa6473921483480a7694b88e3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79aa5527b7be987d43ea60da401e9ecb7c73154460424387b6254087787f7e84f1b85f85cf1dfda9421a7f497343aeaac98b6590b0395c2c077777195e1bf4c6
|
|
7
|
+
data.tar.gz: 2ff7fb8766d635e70fdef7513e2605fce2e97599b1507699b94b8b73d2bd1c54f1d00a24e05eb92df321026f9c7bd6aea8e3b8e211c8658ca31a766af8fdba4b
|
data/handy-css-rails.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["krshnaprsad@gmail.com"]
|
|
7
7
|
gem.description = %q{A rails gem to integrate handyCSS styles to your rails project.}
|
|
8
8
|
gem.summary = %q{HandyCSS is a bunch of helpful styles, developed with SCSS along with the famous Normalize.css which makes it easier to kick start any project. Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. }
|
|
9
|
-
gem.homepage = "https://github.com/kpvarma/
|
|
9
|
+
gem.homepage = "https://github.com/kpvarma/handy-css-rails"
|
|
10
10
|
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
@@ -14,6 +14,6 @@ Gem::Specification.new do |gem|
|
|
|
14
14
|
gem.name = "handy-css-rails"
|
|
15
15
|
gem.require_paths = ["lib"]
|
|
16
16
|
gem.version = HandyCss::Rails::VERSION
|
|
17
|
-
|
|
17
|
+
|
|
18
18
|
gem.add_development_dependency "rake"
|
|
19
19
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: handy-css-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Krishnaprasad Varma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-09-
|
|
11
|
+
date: 2014-09-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -43,7 +43,7 @@ files:
|
|
|
43
43
|
- vendor/assets/stylesheets/handyCSS.backdrops.css
|
|
44
44
|
- vendor/assets/stylesheets/handyCSS.box.css
|
|
45
45
|
- vendor/assets/stylesheets/handyCSS.css
|
|
46
|
-
homepage: https://github.com/kpvarma/
|
|
46
|
+
homepage: https://github.com/kpvarma/handy-css-rails
|
|
47
47
|
licenses: []
|
|
48
48
|
metadata: {}
|
|
49
49
|
post_install_message:
|