umlaut 3.0.0rc1 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +0 -5
- data/lib/umlaut/version.rb +1 -1
- metadata +10 -7
data/README.md
CHANGED
@@ -1,10 +1,5 @@
|
|
1
1
|
# Umlaut
|
2
2
|
|
3
|
-
This is Umlaut 3.0.0 _alpha_ software. Umlaut 3.0 is not yet in final release.
|
4
|
-
(For Umlaut 2.0, see http://wiki.code4lib.org/index.php/Umlaut . However, if
|
5
|
-
you are just getting started checking out Umlaut, you probably should just
|
6
|
-
start here with 3.0 even though it's alpha).
|
7
|
-
|
8
3
|
Umlaut is software for libraries (the kind with books).
|
9
4
|
|
10
5
|
It could be described as a front-end layer on top of an existing OpenURL
|
data/lib/umlaut/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: umlaut
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
5
|
-
prerelease:
|
4
|
+
version: 3.0.0
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Jonathan Rochkind, et al
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-06-
|
12
|
+
date: 2012-06-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -544,7 +544,7 @@ files:
|
|
544
544
|
- ./test/fixtures/service_responses.yml
|
545
545
|
- ./test/fixtures/referent_values.yml
|
546
546
|
- ./test/fixtures/sfx_urls.yml
|
547
|
-
homepage: https://github.com/team-umlaut/umlaut
|
547
|
+
homepage: https://github.com/team-umlaut/umlaut
|
548
548
|
licenses: []
|
549
549
|
post_install_message:
|
550
550
|
rdoc_options: []
|
@@ -558,13 +558,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
558
558
|
version: '0'
|
559
559
|
segments:
|
560
560
|
- 0
|
561
|
-
hash:
|
561
|
+
hash: 2484566373376550440
|
562
562
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
563
563
|
none: false
|
564
564
|
requirements:
|
565
|
-
- - ! '
|
565
|
+
- - ! '>='
|
566
566
|
- !ruby/object:Gem::Version
|
567
|
-
version:
|
567
|
+
version: '0'
|
568
|
+
segments:
|
569
|
+
- 0
|
570
|
+
hash: 2484566373376550440
|
568
571
|
requirements: []
|
569
572
|
rubyforge_project:
|
570
573
|
rubygems_version: 1.8.24
|