proevo 0.2.2 → 0.2.3
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.
- data/.gemspec +1 -2
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/proevo.gemspec +2 -3
- data/stylesheets/_proevo.scss +1 -1
- metadata +4 -5
- data/proevo-0.0.0.gem +0 -0
data/.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = nil
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.date = %q{2011-08-19}
|
@@ -25,7 +25,6 @@ Gem::Specification.new do |s|
|
|
25
25
|
"Rakefile",
|
26
26
|
"VERSION",
|
27
27
|
"lib/proevo.rb",
|
28
|
-
"proevo-0.0.0.gem",
|
29
28
|
"proevo.gemspec",
|
30
29
|
"stylesheets/_proevo.scss",
|
31
30
|
"stylesheets/proevo/_base.scss",
|
data/Rakefile
CHANGED
@@ -19,7 +19,7 @@ Jeweler::Tasks.new do |gem|
|
|
19
19
|
gem.homepage = "http://github.com/itsjamesre/proevo"
|
20
20
|
gem.license = "MIT"
|
21
21
|
gem.summary = %Q{Styles and layout for Project Evolution}
|
22
|
-
gem.description = %Q{Styles and layout for Project Evolution}
|
22
|
+
gem.description = %Q{Styles and layout for Project Evolution. Developed in compass.}
|
23
23
|
gem.email = "jamie@projectevolution.com"
|
24
24
|
gem.authors = ["Jamie"]
|
25
25
|
gem.version = version
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.3
|
data/proevo.gemspec
CHANGED
@@ -5,12 +5,12 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{proevo}
|
8
|
-
s.version = "0.2.
|
8
|
+
s.version = "0.2.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = [%q{Jamie}]
|
12
12
|
s.date = %q{2011-08-19}
|
13
|
-
s.description = %q{Styles and layout for Project Evolution}
|
13
|
+
s.description = %q{Styles and layout for Project Evolution. Developed in compass.}
|
14
14
|
s.email = %q{jamie@projectevolution.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE.txt",
|
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
|
|
28
28
|
"Rakefile",
|
29
29
|
"VERSION",
|
30
30
|
"lib/proevo.rb",
|
31
|
-
"proevo-0.0.0.gem",
|
32
31
|
"proevo.gemspec",
|
33
32
|
"stylesheets/_proevo.scss",
|
34
33
|
"stylesheets/proevo/_base.scss",
|
data/stylesheets/_proevo.scss
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
// Defaults ------------------------------------------------------------------
|
10
10
|
|
11
11
|
|
12
|
-
// Import --------------------------------------------------------------------
|
12
|
+
// Import Styles --------------------------------------------------------------------
|
13
13
|
@import "proevo/base";
|
14
14
|
@import "proevo/forms";
|
15
15
|
@import "proevo/layout";
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: proevo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 3
|
10
|
+
version: 0.2.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jamie
|
@@ -77,7 +77,7 @@ dependencies:
|
|
77
77
|
prerelease: false
|
78
78
|
type: :development
|
79
79
|
requirement: *id004
|
80
|
-
description: Styles and layout for Project Evolution
|
80
|
+
description: Styles and layout for Project Evolution. Developed in compass.
|
81
81
|
email: jamie@projectevolution.com
|
82
82
|
executables: []
|
83
83
|
|
@@ -98,7 +98,6 @@ files:
|
|
98
98
|
- Rakefile
|
99
99
|
- VERSION
|
100
100
|
- lib/proevo.rb
|
101
|
-
- proevo-0.0.0.gem
|
102
101
|
- proevo.gemspec
|
103
102
|
- stylesheets/_proevo.scss
|
104
103
|
- stylesheets/proevo/_base.scss
|
data/proevo-0.0.0.gem
DELETED
Binary file
|