subledger 0.7.7 → 0.7.8
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/subledger/version.rb +1 -1
- data/subledger.gemspec +9 -0
- metadata +5 -2
data/lib/subledger/version.rb
CHANGED
data/subledger.gemspec
CHANGED
@@ -19,6 +19,15 @@ Gem::Specification.new do |gem|
|
|
19
19
|
'Rakefile',
|
20
20
|
'README.md' ]
|
21
21
|
|
22
|
+
gem.post_install_message = <<-'EOF'
|
23
|
+
As of subledger-0.7.8 the subledger gem is now publicly available.
|
24
|
+
|
25
|
+
If you have a source line in your Gemfile it can, and *should* be removed.
|
26
|
+
|
27
|
+
source ’https://boocx:i9JHYGcWC9zjtw06@gems.boocx.com’
|
28
|
+
|
29
|
+
Thanks, and let us know if we can help in any way!
|
30
|
+
EOF
|
22
31
|
|
23
32
|
gem.bindir = 'bin'
|
24
33
|
gem.executables = 'subledger'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: subledger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -170,7 +170,10 @@ files:
|
|
170
170
|
homepage: http://subledger.com
|
171
171
|
licenses:
|
172
172
|
- BSD 3-Clause
|
173
|
-
post_install_message:
|
173
|
+
post_install_message: ! " As of subledger-0.7.8 the subledger gem is now publicly
|
174
|
+
available.\n\n If you have a source line in your Gemfile it can, and *should*
|
175
|
+
be removed.\n\n source ’https://boocx:i9JHYGcWC9zjtw06@gems.boocx.com’\n\n
|
176
|
+
\ Thanks, and let us know if we can help in any way!\n"
|
174
177
|
rdoc_options: []
|
175
178
|
require_paths:
|
176
179
|
- lib
|