ruby_ext_direct 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ruby_ext_direct
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mehmet Celik
@@ -10,11 +10,11 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-10-21 00:00:00 +02:00
13
+ date: 2011-10-23 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
17
- description: Ext.direct
17
+ description: An attempt to implement Ext.Direct from Sencha
18
18
  email:
19
19
  - mehmet@celik.be
20
20
  executables: []
@@ -28,6 +28,24 @@ files:
28
28
  - Gemfile
29
29
  - README
30
30
  - Rakefile
31
+ - doc/ExtDirect.html
32
+ - doc/ExtDirect/Api.html
33
+ - doc/ExtDirect/Router.html
34
+ - doc/String.html
35
+ - doc/_index.html
36
+ - doc/class_list.html
37
+ - doc/css/common.css
38
+ - doc/css/full_list.css
39
+ - doc/css/style.css
40
+ - doc/file.README.html
41
+ - doc/file_list.html
42
+ - doc/frames.html
43
+ - doc/index.html
44
+ - doc/js/app.js
45
+ - doc/js/full_list.js
46
+ - doc/js/jquery.js
47
+ - doc/method_list.html
48
+ - doc/top-level-namespace.html
31
49
  - examples/API/Gemfile
32
50
  - examples/API/app/actions/api_action.rb
33
51
  - examples/API/app/actions/home_action.rb
@@ -61,7 +79,7 @@ files:
61
79
  - ruby_ext_direct.gemspec
62
80
  - test/test_ext_direct.rb
63
81
  has_rdoc: true
64
- homepage: ""
82
+ homepage: https://github.com/mehmetc/ruby_ext_direct
65
83
  licenses: []
66
84
 
67
85
  post_install_message:
@@ -87,6 +105,6 @@ rubyforge_project: ruby_ext_direct
87
105
  rubygems_version: 1.6.2
88
106
  signing_key:
89
107
  specification_version: 3
90
- summary: Ext.direct
108
+ summary: An attempt to implement Ext.Direct from Sencha
91
109
  test_files:
92
110
  - test/test_ext_direct.rb