magic_model_generator 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ *** 0.4.1 / 2007-5-23
2
+
3
+ + 1 minor bugfix
4
+ + Added dependency to dr_nic_magic_models (0.9.1) - this will be removed in future versions [thx Robbie Bingler]
5
+
1
6
  *** 0.4.0 / 2007-5-22
2
7
 
3
8
  + Official release (after RejectConf at RailsConf2007)
data/Rakefile CHANGED
@@ -51,7 +51,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
51
51
 
52
52
  # == Optional
53
53
  p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
54
- #p.extra_deps - An array of rubygem dependencies.
54
+ p.extra_deps = [['dr_nic_magic_models','0.9.1']] #An array of rubygem dependencies.
55
55
  #p.spec_extras - A hash of extra values to set in the gemspec.
56
56
  end
57
57
 
@@ -2,7 +2,7 @@ module MagicModelsGenerator #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 4
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/website/index.html CHANGED
@@ -33,7 +33,7 @@
33
33
  <h1 class=primary>Magic Model Generator</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/magicmodels"; return false'>
35
35
  Get Version
36
- <a href="http://rubyforge.org/projects/magicmodels" class="numbers">0.4.0</a>
36
+ <a href="http://rubyforge.org/projects/magicmodels" class="numbers">0.4.1</a>
37
37
  </div>
38
38
  <h1>./script/generate magic_model</h1>
39
39
 
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: magic_model_generator
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.0
6
+ version: 0.4.1
7
7
  date: 2007-05-23 00:00:00 +02:00
8
8
  summary: Generates Rails models from the target database... magically! Validations and associations included.
9
9
  require_paths:
@@ -129,5 +129,13 @@ extensions: []
129
129
 
130
130
  requirements: []
131
131
 
132
- dependencies: []
133
-
132
+ dependencies:
133
+ - !ruby/object:Gem::Dependency
134
+ name: dr_nic_magic_models
135
+ version_requirement:
136
+ version_requirements: !ruby/object:Gem::Version::Requirement
137
+ requirements:
138
+ - - "="
139
+ - !ruby/object:Gem::Version
140
+ version: 0.9.1
141
+ version: