rhodes-framework 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Manifest.txt +1 -0
- data/lib/rhodes.rb +2 -2
- data/lib/version.rb +2 -2
- data/spec/configs/contact.rb +3 -0
- metadata +4 -3
data/Manifest.txt
CHANGED
data/lib/rhodes.rb
CHANGED
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rhodes-framework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rhomobile Dev
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-04-07 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -162,6 +162,7 @@ files:
|
|
162
162
|
- spec/app_manifest.txt
|
163
163
|
- spec/configs/account.rb
|
164
164
|
- spec/configs/case.rb
|
165
|
+
- spec/configs/contact.rb
|
165
166
|
- spec/configs/employee.rb
|
166
167
|
- spec/rho_controller_spec.rb
|
167
168
|
- spec/rho_spec.rb
|
@@ -197,6 +198,6 @@ rubyforge_project: rhodes-framework
|
|
197
198
|
rubygems_version: 1.3.1
|
198
199
|
signing_key:
|
199
200
|
specification_version: 2
|
200
|
-
summary: rhodes-framework 1.0.
|
201
|
+
summary: rhodes-framework 1.0.3
|
201
202
|
test_files: []
|
202
203
|
|