rugui 1.3.1 → 1.3.2

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.
@@ -3,14 +3,14 @@ begin
3
3
  Jeweler::Tasks.new do |gemspec|
4
4
  gemspec.name = "rugui"
5
5
  gemspec.summary = "A simple MVC framework for RubyGTK."
6
- gemspec.email = ["vicente.mundim@intelitiva.com", "felipe.mesquita@intelitiva.com", "claudio.escudero@intelitiva.com"]
6
+ gemspec.email = ["vicente.mundim@gmail.com", "fmesquitacunha@gmail.com", "claudioe@gmail.com"]
7
7
  gemspec.homepage = "http://rugui.org"
8
8
  gemspec.description = "A simple MVC framework for RubyGTK."
9
9
  gemspec.authors = ["Vicente Mundim", "Felipe Mesquita", "Claudio Escudero"]
10
10
  gemspec.add_dependency(%q<activesupport>, [">= 2.1.1"])
11
11
  gemspec.add_dependency(%q<rubigen>, [">= 1.5.1"])
12
- gemspec.version = "1.3.1"
13
- gemspec.date = %q{2009-06-16}
12
+ gemspec.version = "1.3.2"
13
+ gemspec.date = %q{2009-08-04}
14
14
  gemspec.rubyforge_project = "rugui"
15
15
  gemspec.executables = ['rugui']
16
16
  gemspec.files = FileList["bin/*", "lib/**/*", "rugui_generators/**/*", "script/*", "spec/**/*", "Changelog", "LICENSE", "Rakefile", "README"].to_a
data/lib/rugui/version.rb CHANGED
@@ -2,7 +2,7 @@ module RuGUI
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 3
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rugui
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vicente Mundim
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-07-08 00:00:00 -03:00
14
+ date: 2009-08-04 00:00:00 -03:00
15
15
  default_executable: rugui
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -36,9 +36,9 @@ dependencies:
36
36
  version:
37
37
  description: A simple MVC framework for RubyGTK.
38
38
  email:
39
- - vicente.mundim@intelitiva.com
40
- - felipe.mesquita@intelitiva.com
41
- - claudio.escudero@intelitiva.com
39
+ - vicente.mundim@gmail.com
40
+ - fmesquitacunha@gmail.com
41
+ - claudioe@gmail.com
42
42
  executables:
43
43
  - rugui
44
44
  extensions: []
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
192
  requirements: []
193
193
 
194
194
  rubyforge_project: rugui
195
- rubygems_version: 1.3.2
195
+ rubygems_version: 1.3.5
196
196
  signing_key:
197
197
  specification_version: 3
198
198
  summary: A simple MVC framework for RubyGTK.