coherent 0.6.4 → 0.6.5

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.4
1
+ 0.6.5
@@ -7,8 +7,8 @@ external:
7
7
  - name: coherent
8
8
  path: ext/coherent
9
9
  linkage: strong
10
- repository: git://github.com/jeffwatkins/coherent.git
11
-
10
+ repository: http://github.com/jeffwatkins/coherent.git
11
+
12
12
  source:
13
13
  - src/index.html
14
14
  - 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.4"
8
+ s.version = "0.6.5"
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-08}
12
+ s.date = %q{2010-06-09}
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}
@@ -11,7 +11,7 @@ external:
11
11
  - name: coherent
12
12
  path: ext/coherent
13
13
  linkage: strong
14
- repository: git://github.com/jeffwatkins/coherent.git
14
+ repository: http://github.com/jeffwatkins/coherent.git
15
15
 
16
16
  source:
17
17
  - src/index.html
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 4
9
- version: 0.6.4
8
+ - 5
9
+ version: 0.6.5
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-08 00:00:00 -07:00
17
+ date: 2010-06-09 00:00:00 -07:00
18
18
  default_executable: coherent
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency