eyeballs 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -63,7 +63,7 @@ Badabing, badaboom! You're now ready to start creating some models and controlle
63
63
  Generators
64
64
  ==========
65
65
 
66
- If you install the eyeballs.js Ruby gem, you can use the eyeballs command to generator eyeballs.js apps, models and controllers:
66
+ If you install the eyeballs.js Ruby gem, you can use the eyeballs command to generate eyeballs.js apps, models and controllers:
67
67
 
68
68
  gem install eyeballs.js
69
69
 
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.3.2"
30
+ s.version = "0.3.3"
31
31
  s.author = "Paul Campbell"
32
32
  s.email = "paul@rslw.com"
33
33
  s.homepage = "http://www.github.com/paulca/eyeballs.js"
data/eyeballs.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{eyeballs}
8
- s.version = "0.3.2"
8
+ s.version = "0.3.3"
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"]
12
- s.date = %q{2010-06-09}
12
+ s.date = %q{2010-06-10}
13
13
  s.default_executable = %q{eyeballs}
14
14
  s.email = %q{paul@rslw.com}
15
15
  s.executables = ["eyeballs"]
@@ -12,7 +12,7 @@ module Eyeballs
12
12
  end
13
13
 
14
14
  def greeting
15
- $stdout.puts "Creating new eyeballs.js controller #{name}"
15
+ $stdout.puts "Creating new eyeballs.js controller #{name.pluraize}Controller"
16
16
  end
17
17
 
18
18
  def build_the_model
@@ -8,9 +8,6 @@ o_O('<%= name.capitalize.pluralize -%>Controller', {
8
8
  }
9
9
  });
10
10
  },
11
- new: function(){
12
- o_O.render('<%= name.downcase.pluralize %>/new', {}, {before: 'div#<%= name.pluralize %>'})
13
- },
14
11
  create: function(){
15
12
  var <%= name.downcase %> = <%= name.capitalize %>.initialize(o_O.params($(this)));
16
13
  var form = $(this);
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 2
10
- version: 0.3.2
9
+ - 3
10
+ version: 0.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Paul Campbell
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-09 00:00:00 -04:00
18
+ date: 2010-06-10 00:00:00 -04:00
19
19
  default_executable: eyeballs
20
20
  dependencies: []
21
21