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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37f525e9868822f71df0458c30d3737ea3d610b2
4
- data.tar.gz: a01a71e926ce04dbd862dd2c8f10296fcecbdb27
3
+ metadata.gz: d93a87a69e3ed8d10acc833c7f2ad8031b456010
4
+ data.tar.gz: cdb19da8187fe4fa6473921483480a7694b88e3c
5
5
  SHA512:
6
- metadata.gz: ccc39225f14fb792b8f264faa7d609f6a9d1500386389c3604384e8c54a636b3446f21ffdcd6d65ae1068dd9b94bad801c4f673d23944b7714df8b6338f240e2
7
- data.tar.gz: 140e6ee698745053dd845b0edd729adfc8419970f91c261e8b7edc3d174899d46bce2f6d4f50525237e77e6f78f01098b446c61bb3cdc907a6dd21fb4fa27014
6
+ metadata.gz: 79aa5527b7be987d43ea60da401e9ecb7c73154460424387b6254087787f7e84f1b85f85cf1dfda9421a7f497343aeaac98b6590b0395c2c077777195e1bf4c6
7
+ data.tar.gz: 2ff7fb8766d635e70fdef7513e2605fce2e97599b1507699b94b8b73d2bd1c54f1d00a24e05eb92df321026f9c7bd6aea8e3b8e211c8658ca31a766af8fdba4b
@@ -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/handycss-rails"
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
@@ -1,5 +1,5 @@
1
1
  module HandyCss
2
2
  module Rails
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  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.5
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-08 00:00:00.000000000 Z
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/handycss-rails
46
+ homepage: https://github.com/kpvarma/handy-css-rails
47
47
  licenses: []
48
48
  metadata: {}
49
49
  post_install_message: