Skip to content

Commit 64951ce

Browse files
author
Geoffrey
committed
Update informations on the gem
1 parent 2f90313 commit 64951ce

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# skeleton-rails
22

3-
![Skeleton](http://i.minus.com/iH51VXxPPD1jJ.png)
4-
53
[Skeleton](http://getskeleton.com) is a Beautiful Boilerplate for Responsive, Mobile-Friendly Development, a CSS framework.
64

75
Currently Skeleton supports:

lib/skeleton-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Skeleton
22
module Rails
3-
VERSION = "0.0.2"
3+
VERSION = "0.1.0"
44
end
55
end

skeleton-rails.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ require "skeleton-rails/version"
55
Gem::Specification.new do |s|
66
s.name = "skeleton-rails"
77
s.version = Skeleton::Rails::VERSION
8-
s.authors = ["Vlad Shvedov"]
9-
s.email = ["vshvedov@heliostech.hk"]
8+
s.authors = ["Helios Technologies"]
9+
s.email = ["support@heliostech.fr"]
1010
s.homepage = "https://github.com/helios-technologies/skeleton-rails"
1111
s.summary = %q{Skeleton CSS for Rails}
1212
s.description = %q{A gem, which injects Skeleton CSS framework functionality into Ruby on Rails application}

0 commit comments

Comments
 (0)