alexpass 0.1.2 → 0.1.3

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 (2) hide show
  1. data/lib/alexpass.rb +2 -2
  2. metadata +11 -6
data/lib/alexpass.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  class Alexpass
2
2
 
3
- VERSION = '0.1.2'
4
- DEPRECATED = 'Sorry, but this gem has been replaced by Altpass: https://github.com/abatko/altpass'
3
+ VERSION = '0.1.3'
4
+ DEPRECATED = "Sorry, but this gem ('alexpass') has been replaced by 'altpass'. See RubyGems https://rubygems.org/gems/altpass and GitHub https://github.com/abatko/altpass"
5
5
 
6
6
  def self.generate(options={})
7
7
  warn DEPRECATED
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alexpass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,10 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-14 00:00:00.000000000Z
12
+ date: 2013-01-02 00:00:00.000000000Z
13
13
  dependencies: []
14
- description: ! 'Sorry, but this gem has been replaced by Altpass: https://github.com/abatko/altpass
15
- (https://rubygems.org/gems/altpass)'
14
+ description: Sorry, but this gem ('alexpass') has been replaced by 'altpass'. See
15
+ RubyGems https://rubygems.org/gems/altpass and GitHub https://github.com/abatko/altpass
16
+ (https://rubygems.org/gems/altpass)
16
17
  email:
17
18
  - alexbatko@gmail.com
18
19
  executables: []
@@ -25,7 +26,10 @@ files:
25
26
  homepage: https://github.com/abatko/alexpass
26
27
  licenses:
27
28
  - MIT
28
- post_install_message:
29
+ post_install_message: ! '! Sorry, but this gem (''alexpass'') has been replaced
30
+ by ''altpass''. See RubyGems https://rubygems.org/gems/altpass and GitHub https://github.com/abatko/altpass
31
+
32
+ '
29
33
  rdoc_options: []
30
34
  require_paths:
31
35
  - lib
@@ -46,7 +50,8 @@ rubyforge_project:
46
50
  rubygems_version: 1.8.10
47
51
  signing_key:
48
52
  specification_version: 3
49
- summary: ! 'Sorry, but this gem has been replaced by Altpass: https://github.com/abatko/altpass'
53
+ summary: Sorry, but this gem ('alexpass') has been replaced by 'altpass'. See RubyGems
54
+ https://rubygems.org/gems/altpass and GitHub https://github.com/abatko/altpass
50
55
  test_files:
51
56
  - test/test_alexpass.rb
52
57
  - test/test_helper.rb