thinreports-handler 0.1.1 → 0.1.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/lib/thinreports-handler/version.rb +1 -1
- data/thinreports-handler.gemspec +9 -0
- metadata +5 -3
data/thinreports-handler.gemspec
CHANGED
|
@@ -15,4 +15,13 @@ Gem::Specification.new do |gem|
|
|
|
15
15
|
gem.require_paths = ["lib"]
|
|
16
16
|
gem.version = ThinreportsHandler::VERSION
|
|
17
17
|
gem.add_dependency "thinreports", '~>0.7.0'
|
|
18
|
+
|
|
19
|
+
gem.post_install_message =
|
|
20
|
+
<<-MSG
|
|
21
|
+
==========================================================================================
|
|
22
|
+
|
|
23
|
+
WARN! Sorry, this gem was rename to thinreports-rails. Please reinstall thinreports-rails.
|
|
24
|
+
|
|
25
|
+
==========================================================================================
|
|
26
|
+
MSG
|
|
18
27
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thinreports-handler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-07-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thinreports
|
|
@@ -54,7 +54,9 @@ files:
|
|
|
54
54
|
- thinreports-handler.gemspec
|
|
55
55
|
homepage: https://github.com/takeshinoda/thinreports-handler
|
|
56
56
|
licenses: []
|
|
57
|
-
post_install_message:
|
|
57
|
+
post_install_message: ! " ==========================================================================================\n\n
|
|
58
|
+
\ WARN! Sorry, this gem was rename to thinreports-rails. Please reinstall thinreports-rails.\n\n
|
|
59
|
+
\ ==========================================================================================\n"
|
|
58
60
|
rdoc_options: []
|
|
59
61
|
require_paths:
|
|
60
62
|
- lib
|