groundworkcss 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.email = ["groundwork@sidereel.com"]
10
10
  s.homepage = "http://groundworkcss.github.io"
11
11
  s.summary = %q{Setup GroundworkCSS on your rails projects in seconds.}
12
- s.description = %q{GroundworkCSS is a fully responsive HTML5, CSS and Javascript toolkit created by @ghepting.}
12
+ s.description = %q{The official GroundworkCSS rails gem. Created by @ghepting and @ldewald. GroundworkCSS is a fully responsive HTML5, CSS and Javascript toolkit created by @ghepting.}
13
13
 
14
14
  s.rubyforge_project = "groundworkcss"
15
15
 
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
22
22
  # s.add_development_dependency "rspec"
23
23
  # s.add_runtime_dependency "rest-client"
24
24
  s.add_runtime_dependency "compass-rails", "~> 1"
25
- s.add_runtime_dependency "railties", ">= 3.1.0", "< 4.0"
25
+ s.add_runtime_dependency "railties", "~> 4"
26
26
  s.add_runtime_dependency "jquery-rails", "~> 3"
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module Groundworkcss
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groundworkcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-06-27 00:00:00.000000000 Z
15
+ date: 2013-07-01 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: compass-rails
@@ -35,23 +35,17 @@ dependencies:
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  none: false
37
37
  requirements:
38
- - - ! '>='
39
- - !ruby/object:Gem::Version
40
- version: 3.1.0
41
- - - <
38
+ - - ~>
42
39
  - !ruby/object:Gem::Version
43
- version: '4.0'
40
+ version: '4'
44
41
  type: :runtime
45
42
  prerelease: false
46
43
  version_requirements: !ruby/object:Gem::Requirement
47
44
  none: false
48
45
  requirements:
49
- - - ! '>='
50
- - !ruby/object:Gem::Version
51
- version: 3.1.0
52
- - - <
46
+ - - ~>
53
47
  - !ruby/object:Gem::Version
54
- version: '4.0'
48
+ version: '4'
55
49
  - !ruby/object:Gem::Dependency
56
50
  name: jquery-rails
57
51
  requirement: !ruby/object:Gem::Requirement
@@ -68,8 +62,9 @@ dependencies:
68
62
  - - ~>
69
63
  - !ruby/object:Gem::Version
70
64
  version: '3'
71
- description: GroundworkCSS is a fully responsive HTML5, CSS and Javascript toolkit
72
- created by @ghepting.
65
+ description: The official GroundworkCSS rails gem. Created by @ghepting and @ldewald.
66
+ GroundworkCSS is a fully responsive HTML5, CSS and Javascript toolkit created by
67
+ @ghepting.
73
68
  email:
74
69
  - groundwork@sidereel.com
75
70
  executables: []