coherent 0.6.0 → 0.6.1

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.0
1
+ 0.6.1
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.0"
8
+ s.version = "0.6.1"
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"]
@@ -31,7 +31,7 @@ NIB('<%=name%>', {
31
31
  }),
32
32
 
33
33
  'owner': {
34
- view: '<%=name%>'
34
+ view: 'custom-view'
35
35
  }
36
36
 
37
37
  });
@@ -1,3 +1,5 @@
1
+ /*jsl:import coherent*/
2
+
1
3
  {
2
4
  photos: [
3
5
  {
@@ -1,5 +1,5 @@
1
1
  <div class="gallery">
2
- <img src="photos/molly-1.jpg">
2
+ <img src="about:blank">
3
3
  <p>Caption</p>
4
4
  <a href="#" class="prev">Previous</a>
5
5
  <a href="#" class="next">Next</a>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 0
9
- version: 0.6.0
8
+ - 1
9
+ version: 0.6.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jeff Watkins