rhodes-framework 1.0.2 → 1.0.3

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/Manifest.txt CHANGED
@@ -55,6 +55,7 @@ rhodes.gemspec
55
55
  spec/app_manifest.txt
56
56
  spec/configs/account.rb
57
57
  spec/configs/case.rb
58
+ spec/configs/contact.rb
58
59
  spec/configs/employee.rb
59
60
  spec/rho_controller_spec.rb
60
61
  spec/rho_spec.rb
data/lib/rhodes.rb CHANGED
@@ -1,9 +1,9 @@
1
1
  module Rhodes
2
2
  unless defined? Rhodes::VERSION
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
5
5
  unless defined? Rhodes::DBVERSION
6
- DBVERSION = '1.0.2'
6
+ DBVERSION = '1.0.3'
7
7
  end
8
8
 
9
9
  end
data/lib/version.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  module RhodesFramework
2
2
  unless defined? RhodesFramework::VERSION
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  end
5
5
  unless defined? RhodesFramework::DBVERSION
6
- DBVERSION = '1.0.2'
6
+ DBVERSION = '1.0.3'
7
7
  end
8
8
  end
@@ -0,0 +1,3 @@
1
+ require 'rho'
2
+
3
+ Rho::RhoConfig::add_source("Contact", {"url"=>"http://rhosyncdev.rhohub.com/sources/4", "source_id"=>350, "type"=>"ask"})
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.2
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-03-31 00:00:00 -07:00
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.2
201
+ summary: rhodes-framework 1.0.3
201
202
  test_files: []
202
203