compass-jquery-plugin 0.3.0.rc.1 → 0.3.0.0
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/VERSION.yml +1 -1
- data/compass-jquery-plugin.gemspec +3 -3
- metadata +9 -12
data/VERSION.yml
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{compass-jquery-plugin}
|
|
8
|
-
s.version = "0.3.0.
|
|
8
|
+
s.version = "0.3.0.0"
|
|
9
9
|
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Kosmas Schuetz"]
|
|
12
|
-
s.date = %q{2010-11-
|
|
12
|
+
s.date = %q{2010-11-14}
|
|
13
13
|
s.description = %q{A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.}
|
|
14
14
|
s.email = %q{kosmas.schuetz@gmx.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-jquery-plugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 87
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
|
|
12
|
-
version: 0.3.0.rc.1
|
|
10
|
+
- 0
|
|
11
|
+
version: 0.3.0.0
|
|
13
12
|
platform: ruby
|
|
14
13
|
authors:
|
|
15
14
|
- Kosmas Schuetz
|
|
@@ -17,7 +16,7 @@ autorequire:
|
|
|
17
16
|
bindir: bin
|
|
18
17
|
cert_chain: []
|
|
19
18
|
|
|
20
|
-
date: 2010-11-
|
|
19
|
+
date: 2010-11-14 00:00:00 +01:00
|
|
21
20
|
default_executable:
|
|
22
21
|
dependencies:
|
|
23
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -1113,14 +1112,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
1113
1112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1114
1113
|
none: false
|
|
1115
1114
|
requirements:
|
|
1116
|
-
- - "
|
|
1115
|
+
- - ">="
|
|
1117
1116
|
- !ruby/object:Gem::Version
|
|
1118
|
-
hash:
|
|
1117
|
+
hash: 3
|
|
1119
1118
|
segments:
|
|
1120
|
-
-
|
|
1121
|
-
|
|
1122
|
-
- 1
|
|
1123
|
-
version: 1.3.1
|
|
1119
|
+
- 0
|
|
1120
|
+
version: "0"
|
|
1124
1121
|
requirements: []
|
|
1125
1122
|
|
|
1126
1123
|
rubyforge_project:
|