rhodes-framework 1.2.0 → 1.2.1

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.
@@ -1,8 +1,8 @@
1
1
  module RhodesFramework
2
2
  unless defined? RhodesFramework::VERSION
3
- VERSION = '1.2.0'
3
+ VERSION = '1.2.1'
4
4
  end
5
5
  unless defined? RhodesFramework::DBVERSION
6
- DBVERSION = '1.2.0'
6
+ DBVERSION = '1.2.1'
7
7
  end
8
8
  end
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.2.0
4
+ version: 1.2.1
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-08-05 00:00:00 -07:00
12
+ date: 2009-08-06 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -73,7 +73,6 @@ files:
73
73
  - lib/singleton.rb
74
74
  - lib/time.rb
75
75
  - lib/version.rb
76
- - rhodes-framework.gemspec
77
76
  - spec/README
78
77
  - spec/Rakefile
79
78
  - spec/app/Account/config.rb
@@ -1,18 +0,0 @@
1
- Gem::Specification.new do |s|
2
- s.name = %q{rhodes-framework}
3
- s.version = RhodesFramework::VERSION
4
-
5
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
- s.authors = ["Rhomobile dev"]
7
- s.date = %q{2008-10-24}
8
- s.description = %q{The Rhodes application framework allows developers to create native mobile applications with the brevity, productivity and power of the Ruby programming language.}
9
- s.email = ["dev@rhomobile.com"]
10
- s.executables = []
11
- s.files = FileList['lib/**/*.rb', '[A-Z]*', 'spec/**/*'].to_a
12
- s.has_rdoc = true
13
- s.homepage = %q{http://www.rhomobile.com/}
14
- s.rdoc_options = ["--main", "../../README.rdoc", "--line-numbers"]
15
- s.rubyforge_project = %q{rhodes-framework}
16
- s.rubygems_version = "#{RhodesFramework::VERSION}"
17
- s.summary = "rhodes-framework #{RhodesFramework::VERSION}"
18
- end