eyeballs 0.3.4 → 0.3.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/eyeballs.gemspec +94 -0
- data/src/o_O.js +0 -1
- metadata +4 -2
data/Rakefile
CHANGED
data/eyeballs.gemspec
ADDED
@@ -0,0 +1,94 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
4
|
+
# -*- encoding: utf-8 -*-
|
5
|
+
|
6
|
+
Gem::Specification.new do |s|
|
7
|
+
s.name = %q{eyeballs}
|
8
|
+
s.version = "0.3.4.1"
|
9
|
+
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
+
s.authors = ["Paul Campbell"]
|
12
|
+
s.date = %q{2010-06-17}
|
13
|
+
s.default_executable = %q{eyeballs}
|
14
|
+
s.email = %q{paul@rslw.com}
|
15
|
+
s.executables = ["eyeballs"]
|
16
|
+
s.extra_rdoc_files = [
|
17
|
+
"README.md"
|
18
|
+
]
|
19
|
+
s.files = [
|
20
|
+
"CHANGELOG",
|
21
|
+
"README.md",
|
22
|
+
"Rakefile",
|
23
|
+
"app.rb",
|
24
|
+
"bin/eyeballs",
|
25
|
+
"config.ru",
|
26
|
+
"dist/jquery-1.4.2.min.js",
|
27
|
+
"dist/jquery.livequery.js",
|
28
|
+
"dist/mustache.js",
|
29
|
+
"eyeballs.gemspec",
|
30
|
+
"eyeballs.js.gemspec",
|
31
|
+
"lib/eyeballs.rb",
|
32
|
+
"lib/eyeballs/app_detector.rb",
|
33
|
+
"lib/eyeballs/app_generator.rb",
|
34
|
+
"lib/eyeballs/cli.rb",
|
35
|
+
"lib/eyeballs/controller_generator.rb",
|
36
|
+
"lib/eyeballs/model_generator.rb",
|
37
|
+
"lib/eyeballs/scaffold_generator.rb",
|
38
|
+
"src/jquery.o_O.couchdb.js",
|
39
|
+
"src/jquery.o_O.dom.js",
|
40
|
+
"src/jquery.o_O.js",
|
41
|
+
"src/jquery.o_O.rails.js",
|
42
|
+
"src/o_O.js",
|
43
|
+
"src/o_O.localstorage.js",
|
44
|
+
"templates/app_root/index.html",
|
45
|
+
"templates/controller.js",
|
46
|
+
"templates/model.js",
|
47
|
+
"templates/scaffold_controller.js",
|
48
|
+
"templates/scaffold_edit.html.mustache",
|
49
|
+
"templates/scaffold_index.html",
|
50
|
+
"templates/scaffold_partial.html.mustache",
|
51
|
+
"test/index.html",
|
52
|
+
"test/unit/qunit.css",
|
53
|
+
"test/unit/qunit.js",
|
54
|
+
"test/unit/test_controller.html",
|
55
|
+
"test/unit/test_dom.html",
|
56
|
+
"test/unit/test_dom_with_callbacks.html",
|
57
|
+
"test/unit/test_form.html",
|
58
|
+
"test/unit/test_localstorage.html",
|
59
|
+
"test/unit/test_model.html",
|
60
|
+
"test/unit/test_model_with_callbacks.html",
|
61
|
+
"test/unit/test_rails.html"
|
62
|
+
]
|
63
|
+
s.has_rdoc = false
|
64
|
+
s.homepage = %q{http://www.github.com/paulca/eyeballs.js}
|
65
|
+
s.rdoc_options = ["--charset=UTF-8"]
|
66
|
+
s.require_paths = ["lib"]
|
67
|
+
s.rubygems_version = %q{1.3.7}
|
68
|
+
s.summary = %q{A lightweight javascript MVC framework.}
|
69
|
+
s.test_files = [
|
70
|
+
"spec/app_generator_spec.rb",
|
71
|
+
"spec/controller_generator_spec.rb",
|
72
|
+
"spec/model_generator_spec.rb",
|
73
|
+
"spec/rack_app_detector_spec.rb",
|
74
|
+
"spec/scaffold_generator_spec.rb",
|
75
|
+
"spec/spec_helper.rb"
|
76
|
+
]
|
77
|
+
|
78
|
+
if s.respond_to? :specification_version then
|
79
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
80
|
+
s.specification_version = 3
|
81
|
+
|
82
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
83
|
+
s.add_runtime_dependency(%q<thor>, [">= 0"])
|
84
|
+
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
|
85
|
+
else
|
86
|
+
s.add_dependency(%q<thor>, [">= 0"])
|
87
|
+
s.add_dependency(%q<activesupport>, [">= 0"])
|
88
|
+
end
|
89
|
+
else
|
90
|
+
s.add_dependency(%q<thor>, [">= 0"])
|
91
|
+
s.add_dependency(%q<activesupport>, [">= 0"])
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
data/src/o_O.js
CHANGED
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyeballs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 69
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
9
|
- 4
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 0.3.4.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Paul Campbell
|
@@ -64,6 +65,7 @@ files:
|
|
64
65
|
- dist/jquery-1.4.2.min.js
|
65
66
|
- dist/jquery.livequery.js
|
66
67
|
- dist/mustache.js
|
68
|
+
- eyeballs.gemspec
|
67
69
|
- eyeballs.js.gemspec
|
68
70
|
- lib/eyeballs.rb
|
69
71
|
- lib/eyeballs/app_detector.rb
|