datamapper4rails 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,11 @@
1
+ === 0.5.1 / 2010-29-07
2
+
3
+ * switch over to use pom.xml as primary project configuration
4
+
5
+ * made basic rake tasks work with both ruby and jruby
6
+
7
+ * rake tasks are compatible to the maven setup
8
+
1
9
  === 0.5.0 / 2010-29-06
2
10
 
3
11
  * switch to DM version 1.0.0
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2010 Kristian Meier
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -22,7 +22,7 @@ module Datamapper4Rails
22
22
 
23
23
  def execute
24
24
  FileUtils.rm_rf(@directory)
25
- run("-S rails -fm #{rails_template} #{directory}")
25
+ run("-S rails _2.3.8_ -fm #{rails_template} #{directory}")
26
26
  FileUtils.cd(@directory) do
27
27
  @generator_args.each do |arg|
28
28
  run("script/generate #{arg}")
@@ -1,3 +1,3 @@
1
- class Datamapper4rails
2
- VERSION = '0.5.0'.freeze
1
+ module Datamapper4rails
2
+ VERSION = '0.5.2'.freeze
3
3
  end
File without changes
@@ -1,6 +1,7 @@
1
1
  require 'rubygems'
2
2
  require 'dm-core'
3
3
  require 'base64'
4
+ require 'pathname'
4
5
  $LOAD_PATH << Pathname(__FILE__).dirname.parent.expand_path + 'lib'
5
6
 
6
7
  # just define a empty abstract store
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 1
9
- version: 0.5.1
8
+ - 2
9
+ version: 0.5.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - mkristian
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-20 00:00:00 +05:30
17
+ date: 2010-07-31 00:00:00 +05:30
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -70,6 +70,9 @@ extra_rdoc_files:
70
70
  - History.txt
71
71
  - README.txt
72
72
  files:
73
+ - MIT-LICENSE
74
+ - History.txt
75
+ - README.txt
73
76
  - lib/datamapper4rails.rb
74
77
  - lib/datamapper4rails/rspec_default_values.rb
75
78
  - lib/datamapper4rails/rails_datamapper.rb
@@ -79,12 +82,11 @@ files:
79
82
  - lib/datamapper4rails/datamapper_store.rb
80
83
  - lib/datamapper4rails/preload_models.rb
81
84
  - lib/datamapper4rails/overlay.rb
85
+ - lib/datamapper4rails/version.rb.errors
82
86
  - lib/datamapper4rails/rspec.rb
83
87
  - lib/datamapper4rails/version.rb
84
88
  - lib/datamapper4rails/adapters/restful_adapter.rb
85
89
  - lib/datamapper4rails/adapters/base_adapter.rb
86
- - History.txt
87
- - README.txt
88
90
  - generators/datamapper_scaffold/datamapper_scaffold_generator.rb
89
91
  - generators/datamapper_scaffold/templates/functional_test.rb
90
92
  - generators/datamapper_scaffold/templates/controller.rb
@@ -106,9 +108,9 @@ files:
106
108
  - spec/spec.opts
107
109
  - spec/datamapper_store_spec.rb
108
110
  has_rdoc: true
109
- homepage: http://datamapper4rail.rubyforge.org
110
- licenses: []
111
-
111
+ homepage: http://github.com/mkristian/datamapper4rails
112
+ licenses:
113
+ - MIT-LICENSE
112
114
  post_install_message:
113
115
  rdoc_options:
114
116
  - --main