extjs-mvc 0.1.9 → 0.1.12
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/VERSION +1 -1
- data/lib/{extjs-mvc.rb → mvc.rb} +0 -0
- metadata +4 -5
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.12
|
data/lib/{extjs-mvc.rb → mvc.rb}
RENAMED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: extjs-mvc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Scott
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-08-
|
12
|
+
date: 2009-08-30 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -42,12 +42,11 @@ files:
|
|
42
42
|
- lib/action_view/helpers/store.rb
|
43
43
|
- lib/active_record/model.rb
|
44
44
|
- lib/dm/model.rb
|
45
|
-
- lib/
|
45
|
+
- lib/mvc.rb
|
46
46
|
- test/mvc_test.rb
|
47
47
|
- test/test_helper.rb
|
48
48
|
has_rdoc: true
|
49
49
|
homepage: http://github.com/extjs/mvc
|
50
|
-
licenses:
|
51
50
|
post_install_message:
|
52
51
|
rdoc_options:
|
53
52
|
- --charset=UTF-8
|
@@ -68,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
67
|
requirements: []
|
69
68
|
|
70
69
|
rubyforge_project:
|
71
|
-
rubygems_version: 1.
|
70
|
+
rubygems_version: 1.2.0
|
72
71
|
signing_key:
|
73
72
|
specification_version: 2
|
74
73
|
summary: Ruby tools for ExtJS development
|