eyeballs 0.5.3 → 0.5.4

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/README.md CHANGED
@@ -289,7 +289,7 @@ Imagine a simple app for posting reviews. It will comprise a "Review" model, "Re
289
289
 
290
290
  This defines the Review model, allowing us to initialize and save Review objects, while ensuring `title` and `content` are included.
291
291
 
292
- The `create` action in `controllers/reviews_controller.js` looks like this (using jQuery):
292
+ The `create` action in `controllers/reviews_venue.js` looks like this (using jQuery):
293
293
 
294
294
  ...
295
295
  create: function(){
data/Rakefile CHANGED
@@ -27,7 +27,7 @@ begin
27
27
  require 'jeweler'
28
28
  Jeweler::Tasks.new do |s|
29
29
  s.name = "eyeballs"
30
- s.version = "0.5.3"
30
+ s.version = "0.5.4"
31
31
  s.author = "Paul Campbell"
32
32
  s.email = "paul@rslw.com"
33
33
  s.homepage = "http://www.github.com/paulca/eyeballs.js"
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{eyeballs}
8
- s.version = "0.5.3"
8
+ s.version = "0.5.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Paul Campbell"]
@@ -11,7 +11,7 @@
11
11
 
12
12
  <h2>Add:</h2>
13
13
 
14
- <form data-bind="<%= name.downcase.pluralize %>/create">
14
+ <form data-bind="<%= name.downcase.pluralize %>#create">
15
15
  <%- attributes.each do |attribute| %>
16
16
  <label for="<%= name.downcase %>-<%= attribute.name %>"><%= attribute.name.titlecase %></label><br />
17
17
  <%- if attribute.type == 'text' %>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyeballs
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 3
10
- version: 0.5.3
9
+ - 4
10
+ version: 0.5.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Campbell