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.
- data/dia.gemspec +10 -11
- data/lib/dia.rb +1 -1
- metadata +4 -4
data/dia.gemspec
CHANGED
|
@@ -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
|
-
|
|
41
|
-
releases.
|
|
44
|
+
Release notes are available at the mailing list.
|
|
42
45
|
|
|
43
|
-
|
|
44
|
-
|
|
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
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 2
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 2.0.
|
|
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-
|
|
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: "
|
|
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:
|