api_key_maker 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ ## v0.0.2
2
+
3
+ * fixed the description of the gem
4
+
1
5
  ## v0.0.1
2
6
 
3
7
  * initial release
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.email = ["johnathan@still-water.com"]
10
10
  s.homepage = "https://github.com/codemis/api_key_maker"
11
11
  s.summary = %q{Generates a random unique api key string}
12
- s.description = %q{Using SHA1 encryption and the current time, this gem generates a random string that is useful for API keys. The length of the string can be set as an attribute up to 39 characters in length.}
12
+ s.description = %q{Using SHA1 encryption and the current time, this gem generates a random string that is useful for API keys.}
13
13
 
14
14
  s.rubyforge_project = "api_key_maker"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module ApiKeyMaker
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_key_maker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-26 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &2156061700 !ruby/object:Gem::Requirement
16
+ requirement: &2152581200 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *2156061700
24
+ version_requirements: *2152581200
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: supermodel
27
- requirement: &2156060020 !ruby/object:Gem::Requirement
27
+ requirement: &2152580400 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,9 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2156060020
35
+ version_requirements: *2152580400
36
36
  description: Using SHA1 encryption and the current time, this gem generates a random
37
- string that is useful for API keys. The length of the string can be set as an attribute
38
- up to 39 characters in length.
37
+ string that is useful for API keys.
39
38
  email:
40
39
  - johnathan@still-water.com
41
40
  executables: []