coherent 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.5
1
+ 0.6.6
@@ -6,9 +6,11 @@ type: application
6
6
  external:
7
7
  - name: coherent
8
8
  path: ext/coherent
9
- linkage: strong
10
9
  repository: http://github.com/jeffwatkins/coherent.git
11
-
10
+
11
+ include:
12
+ - coherent
13
+
12
14
  source:
13
15
  - src/index.html
14
16
  - src/js/<%=name%>.js
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.5"
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-09}
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
- - 5
9
- version: 0.6.5
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-09 00:00:00 -07:00
17
+ date: 2010-06-25 00:00:00 -07:00
18
18
  default_executable: coherent
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency