Skip to content

Commit

Permalink
get release ready
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jun 6, 2011
1 parent 6941368 commit a85d871
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions History.txt
@@ -1,3 +1,10 @@
version 0.4.3
=============

* test several environments: ruby-1.8.7/1.9.2, jruby-1.5.6/1.6.2 (1.8 and 1.9 where possible), DM-1.0.x/1.1.x, net-ldap and ruby-ldap gem as backend. run the specs against all possible combinations.

* improvements with LdapArray properties

version 0.4.2
=============

Expand Down
4 changes: 2 additions & 2 deletions README-bundler.md
Expand Up @@ -16,10 +16,10 @@ for that reason Gemfile.lock in not on github, so the script run-all.sh

`$ bundle exec spec spec`

or (needs jruby and ruby-maven gem)
or for some jruby versions (which needs jruby and ruby-maven gem)

`$ rmvn test`
`$ rmvn test --Djruby.version=1.6.1 -Djruby.switches=--1.9`
`$ rmvn test --Djruby.versions=1.5.6,1.6.2 -Djruby.18and19

# build gem

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions dm-ldap-adapter.gemspec
Expand Up @@ -7,9 +7,9 @@ Gem::Specification.new do |s|
s.description = %q{ldap adapter for datamapper which uses either net-ldap or ruby-ldap}
s.authors = ["mkristian", "xertres"]
s.email = ["m.kristian@web.de", ""]
s.extra_rdoc_files = ["History.txt", "README.txt", "ldap-commands.txt"]
s.extra_rdoc_files = ["History.txt", "README.md", "ldap-commands.txt"]

s.files = ["History.txt", "MIT-LICENSE", "README-example.markdown", "README.txt", "Rakefile", "ldap-commands.txt" ]
s.files = ["History.txt", "MIT-LICENSE", "ldap-commands.txt" ] + Dir["README*.md"]
s.files += Dir['{lib,spec,example}/**/*.rb']

s.homepage = %q{http://github.com/mkristian/dm-ldap-adapter}
Expand Down
2 changes: 1 addition & 1 deletion run-all.sh
Expand Up @@ -36,7 +36,7 @@ run_maven(){

# iterate over all supported jruby versions
VERSIONS='1.0.0 1.1.0'
run_maven 1.5.6,1.6.1 $VERSIONS || exit -1
run_maven 1.5.6,1.6.2 $VERSIONS || exit -1

# take only the latest (j)ruby version (on ubuntu naming convnetion)
run_bundler 'jruby --1.8' $VERSIONS || exit -1
Expand Down

0 comments on commit a85d871

Please sign in to comment.