fixlr-dspace-ruby 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 0
4
+ :patch: 1
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fixlr-dspace-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Fixler
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-29 00:00:00 -07:00
12
+ date: 2009-05-11 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -27,13 +27,13 @@ files:
27
27
  - README.rdoc
28
28
  - Rakefile
29
29
  - VERSION.yml
30
+ - lib/dspace-ruby.rb
30
31
  - lib/dspace/active_record.rb
31
32
  - lib/dspace/active_record/collection.rb
32
33
  - lib/dspace/active_record/community.rb
33
34
  - lib/dspace/active_record/handle.rb
34
35
  - lib/dspace/active_record/item.rb
35
36
  - lib/dspace/config.rb
36
- - lib/dspace_ruby.rb
37
37
  - test/dspace_config_test.rb
38
38
  - test/test_helper.rb
39
39
  has_rdoc: true