dm-svn 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -21,3 +21,5 @@ src/*
21
21
  lib/wistle/tmp/*
22
22
  config/recaptcha.yml
23
23
  *qt_temp*
24
+ *.gem
25
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/dm-svn.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{dm-svn}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jared Morgan"]
@@ -10,7 +10,7 @@ module DmSvn
10
10
  svn = options.delete(:svn)
11
11
  if svn
12
12
  @svn_category = what
13
- @svn_category_model = options[:class_name] || what.to_s.camel_case
13
+ @svn_category_model = options[:model] || options[:class_name] || what.to_s.camel_case
14
14
  include(DmSvn::Svn::Categorized)
15
15
  end
16
16
 
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm-svn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jared Morgan