caruby-tissue 1.3.5 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +5 -0
  2. data/lib/catissue/version.rb +1 -1
  3. metadata +2 -2
data/History.txt CHANGED
@@ -30,3 +30,8 @@
30
30
 
31
31
  * Support annotation migration.
32
32
 
33
+
34
+ === 1.3.6 / 2011-03-04
35
+
36
+ * Specify caruby-core version dependency.
37
+
@@ -1,6 +1,6 @@
1
1
  module CaTissue
2
2
  # The version of this caRuby Tissue release.
3
- VERSION = "1.3.5"
3
+ VERSION = "1.3.6"
4
4
 
5
5
  # The supported caTissue release versions.
6
6
  CATISSUE_VERSIONS = "1.1.2"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: caruby-tissue
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.3.5
5
+ version: 1.3.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - OHSU
@@ -21,7 +21,7 @@ dependencies:
21
21
  requirements:
22
22
  - - ">="
23
23
  - !ruby/object:Gem::Version
24
- version: "0"
24
+ version: 1.4.7
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
27
  description: " The caruby-tissue gem applies the caRuby facade to the caTissue application.\n"