coherent 0.6.2 → 0.6.4

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.2
1
+ 0.6.4
@@ -9,7 +9,8 @@ external:
9
9
  linkage: strong
10
10
  repository: git://github.com/jeffwatkins/coherent.git
11
11
 
12
- source:
12
+ source:
13
+ - src/index.html
13
14
  - src/js/<%=name%>.js
14
15
  - src/js
15
16
  - src/nibs
data/coherent.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{coherent}
8
- s.version = "0.6.2"
8
+ s.version = "0.6.4"
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"]
@@ -13,7 +13,8 @@ external:
13
13
  linkage: strong
14
14
  repository: git://github.com/jeffwatkins/coherent.git
15
15
 
16
- source:
16
+ source:
17
+ - src/index.html
17
18
  - src/js/<%=name%>.js
18
19
  - src/js
19
20
  - src/nibs
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 2
9
- version: 0.6.2
8
+ - 4
9
+ version: 0.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jeff Watkins