Skip to content

Commit

Permalink
Tidying up Remarkable Datamapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 8, 2009
1 parent 90d0f3e commit 3748960
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 12 deletions.
2 changes: 1 addition & 1 deletion remarkable_activerecord/Rakefile
Expand Up @@ -18,7 +18,7 @@ end

########### Specs

RAILS_VERSIONS = ['2.1.2', '2.2.2', '2.3.2', '2.3.3']
RAILS_VERSIONS = ['2.1.2', '2.2.2', '2.3.4']

desc "Run the specs under spec with supported Rails versions"
task :pre_commit do
Expand Down
4 changes: 4 additions & 0 deletions remarkable_datamapper/CHANGELOG
@@ -0,0 +1,4 @@
# v3.2

Initial release.

20 changes: 20 additions & 0 deletions remarkable_datamapper/LICENSE
@@ -0,0 +1,20 @@
Copyright (c) 2009 Carlos Brando

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3 changes: 3 additions & 0 deletions remarkable_datamapper/README
@@ -0,0 +1,3 @@
= Remarkable Datamapper

Coming soon...
15 changes: 5 additions & 10 deletions remarkable_datamapper/Rakefile
Expand Up @@ -3,8 +3,8 @@ PROJECT_SUMMARY = "Remarkable DataMapper: collection of matchers and macros
PROJECT_DESCRIPTION = PROJECT_SUMMARY

GEM_NAME = "remarkable_datamapper"
GEM_AUTHOR = [ "Carlos Brando", "José Valim", "Diego Carrion", "Blake Gentry" ]
GEM_EMAIL = [ "eduardobrando@gmail.com", "jose.valim@gmail.com", "dc.rec1@gmail.com", "blakesgentry@gmail.com" ]
GEM_AUTHOR = [ "Blake Gentry", "José Valim" ]
GEM_EMAIL = [ "blakesgentry@gmail.com", "jose.valim@gmail.com" ]

EXTRA_RDOC_FILES = ["README", "LICENSE", "CHANGELOG"]

Expand All @@ -18,13 +18,8 @@ end

########### Specs

RAILS_VERSIONS = ['2.1.2', '2.2.2', '2.3.2', '2.3.3']

desc "Run the specs under spec with supported Rails versions"
desc "Run the specs under spec"
task :pre_commit do
RAILS_VERSIONS.each do |version|
ENV['RAILS_VERSION'] = version
puts "\n=> #{GEM_NAME}: rake spec RAILS_VERSION=#{version}"
Rake::Task[:spec].execute
end
puts "\n=> #{GEM_NAME}: rake spec"
Rake::Task[:spec].execute
end
2 changes: 1 addition & 1 deletion remarkable_rails/Rakefile
Expand Up @@ -20,7 +20,7 @@ end

########### Specs

RAILS_VERSIONS = ['2.1.2', '2.2.2', '2.3.2', '2.3.3']
RAILS_VERSIONS = ['2.1.2', '2.2.2', '2.3.4']

desc "Run the specs under spec with supported Rails versions"
task :pre_commit do
Expand Down

0 comments on commit 3748960

Please sign in to comment.