subledger 0.7.7 → 0.7.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  module Subledger
2
- VERSION = '0.7.7'
2
+ VERSION = '0.7.8'
3
3
  API_VERSION = 'v2'
4
4
  end
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.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