coherent 0.6.5 → 0.6.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.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.6
|
data/coherent.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{coherent}
|
8
|
-
s.version = "0.6.
|
8
|
+
s.version = "0.6.6"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Jeff Watkins"]
|
12
|
-
s.date = %q{2010-06-
|
12
|
+
s.date = %q{2010-06-25}
|
13
13
|
s.default_executable = %q{coherent}
|
14
14
|
s.description = %q{Tools for building Coherent application or modules.}
|
15
15
|
s.email = %q{jeff@metrocat.org}
|
@@ -4,15 +4,14 @@ notice: src/NOTICE
|
|
4
4
|
type: application
|
5
5
|
export: true
|
6
6
|
|
7
|
-
# Need to include the coherent extensions for Distil.
|
8
|
-
#distilery: coherent
|
9
|
-
|
10
7
|
external:
|
11
8
|
- name: coherent
|
12
9
|
path: ext/coherent
|
13
|
-
linkage: strong
|
14
10
|
repository: http://github.com/jeffwatkins/coherent.git
|
15
11
|
|
12
|
+
include:
|
13
|
+
- coherent
|
14
|
+
|
16
15
|
source:
|
17
16
|
- src/index.html
|
18
17
|
- src/js/<%=name%>.js
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 6
|
8
|
-
-
|
9
|
-
version: 0.6.
|
8
|
+
- 6
|
9
|
+
version: 0.6.6
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Jeff Watkins
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-06-
|
17
|
+
date: 2010-06-25 00:00:00 -07:00
|
18
18
|
default_executable: coherent
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|