dia 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/dia.gemspec +10 -11
  2. data/lib/dia.rb +1 -1
  3. metadata +4 -4
@@ -32,20 +32,19 @@ Gem::Specification.new do |s|
32
32
  s.has_rdoc = %q{yard}
33
33
 
34
34
  s.post_install_message = <<-MESSAGE
35
- --------------------------------------------------------------------
36
- Dia (#{Dia::VERSION})
37
-
35
+ --------------------------------------------------------------------------------
38
36
  Thanks for installing Dia, #{Dia::VERSION}!
37
+ The >=2.0.0 releases are not backward compatiable with the 1.0 series.
38
+
39
+ Resources:
40
+ * API Documentation http://yardoc.org/docs/robgleeson-Dia/
41
+ * Github http://github.com/robgleeson/dia
42
+ * Mailing List http://groups.google.com/group/ruby-dia
39
43
 
40
- The >=2.0.0 releases are not backward compatiable with the 1.5
41
- releases.
44
+ Release notes are available at the mailing list.
42
45
 
43
- Details of this release can be read at the mailing list:
44
- http://groups.google.com/group/ruby-dia/browse_thread/thread/fc255eeee8c59eeb
45
-
46
- [Github] http://github.com/robgleeson/dia
47
- [API Documentation] http://yardoc.org/docs/robgleeson-dia/
48
- --------------------------------------------------------------------
46
+ Happy Hacking!
47
+ --------------------------------------------------------------------------------
49
48
  MESSAGE
50
49
 
51
50
  end
data/lib/dia.rb CHANGED
@@ -11,5 +11,5 @@ require(File.expand_path('dia/exception_struct' , File.dirname(__FILE__)))
11
11
 
12
12
  # The Dia module provides a namespace for all classes and modules Dia needs to operate.
13
13
  module Dia
14
- VERSION = '2.0.1'
14
+ VERSION = '2.0.2'
15
15
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 1
9
- version: 2.0.1
8
+ - 2
9
+ version: 2.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Robert Gleeson
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-07-30 00:00:00 +01:00
17
+ date: 2010-07-31 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -91,7 +91,7 @@ has_rdoc: yard
91
91
  homepage:
92
92
  licenses: []
93
93
 
94
- post_install_message: " -------------------------------------------------------------------- \n Dia (2.0.1)\n \n Thanks for installing Dia, 2.0.1! \n\n The >=2.0.0 releases are not backward compatiable with the 1.5 \n releases.\n\n Details of this release can be read at the mailing list:\n http://groups.google.com/group/ruby-dia/browse_thread/thread/fc255eeee8c59eeb\n \n [Github] http://github.com/robgleeson/dia\n [API Documentation] http://yardoc.org/docs/robgleeson-dia/\n -------------------------------------------------------------------- \n"
94
+ post_install_message: " -------------------------------------------------------------------------------- \n Thanks for installing Dia, 2.0.2! \n The >=2.0.0 releases are not backward compatiable with the 1.0 series.\n \n Resources: \n * API Documentation http://yardoc.org/docs/robgleeson-Dia/\n * Github http://github.com/robgleeson/dia \n * Mailing List http://groups.google.com/group/ruby-dia\n\n Release notes are available at the mailing list.\n\n Happy Hacking!\n -------------------------------------------------------------------------------- \n"
95
95
  rdoc_options: []
96
96
 
97
97
  require_paths: