alphadecimal 1.1.0 → 1.1.1

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 (4) hide show
  1. data/LICENSE +20 -0
  2. data/VERSION +1 -1
  3. data/alphadecimal.gemspec +16 -16
  4. metadata +10 -8
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2011 Jack Danger Canty
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
data/alphadecimal.gemspec CHANGED
@@ -1,46 +1,46 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{alphadecimal}
8
- s.version = "1.1.0"
8
+ s.version = "1.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mike Mondragon", "Jack Danger Canty"]
12
- s.date = %q{2011-01-31}
12
+ s.date = %q{2011-04-10}
13
13
  s.default_executable = %q{alphadecimal}
14
14
  s.description = %q{Convert integers to base62 strings (A-Za-z0-9) and back. Ideal for url shorteners like Shawty-server.}
15
15
  s.email = %q{rubygems@6brand.com}
16
16
  s.executables = ["alphadecimal"]
17
17
  s.extra_rdoc_files = [
18
+ "LICENSE",
18
19
  "README.txt"
19
20
  ]
20
21
  s.files = [
21
22
  "History.txt",
22
- "Manifest.txt",
23
- "README.txt",
24
- "Rakefile",
25
- "VERSION",
26
- "alphadecimal.gemspec",
27
- "bin/alphadecimal",
28
- "init.rb",
29
- "lib/alphadecimal.rb",
30
- "rails/init.rb",
31
- "test/test_alphadecimal.rb"
23
+ "LICENSE",
24
+ "Manifest.txt",
25
+ "README.txt",
26
+ "Rakefile",
27
+ "VERSION",
28
+ "alphadecimal.gemspec",
29
+ "bin/alphadecimal",
30
+ "init.rb",
31
+ "lib/alphadecimal.rb",
32
+ "rails/init.rb",
33
+ "test/test_alphadecimal.rb"
32
34
  ]
33
35
  s.homepage = %q{http://github.com/JackDanger/alphadecimal}
34
- s.rdoc_options = ["--charset=UTF-8"]
35
36
  s.require_paths = ["lib"]
36
- s.rubygems_version = %q{1.3.7}
37
+ s.rubygems_version = %q{1.4.2}
37
38
  s.summary = %q{Convert integers to base62 strings (A-Za-z0-9) and back. A handy way to shorten long numbers.}
38
39
  s.test_files = [
39
40
  "test/test_alphadecimal.rb"
40
41
  ]
41
42
 
42
43
  if s.respond_to? :specification_version then
43
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
44
44
  s.specification_version = 3
45
45
 
46
46
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alphadecimal
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
5
- prerelease: false
4
+ hash: 17
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mike Mondragon
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-01-31 00:00:00 -08:00
19
+ date: 2011-04-10 00:00:00 -07:00
20
20
  default_executable: alphadecimal
21
21
  dependencies: []
22
22
 
@@ -27,9 +27,11 @@ executables:
27
27
  extensions: []
28
28
 
29
29
  extra_rdoc_files:
30
+ - LICENSE
30
31
  - README.txt
31
32
  files:
32
33
  - History.txt
34
+ - LICENSE
33
35
  - Manifest.txt
34
36
  - README.txt
35
37
  - Rakefile
@@ -45,8 +47,8 @@ homepage: http://github.com/JackDanger/alphadecimal
45
47
  licenses: []
46
48
 
47
49
  post_install_message:
48
- rdoc_options:
49
- - --charset=UTF-8
50
+ rdoc_options: []
51
+
50
52
  require_paths:
51
53
  - lib
52
54
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -70,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
72
  requirements: []
71
73
 
72
74
  rubyforge_project:
73
- rubygems_version: 1.3.7
75
+ rubygems_version: 1.4.2
74
76
  signing_key:
75
77
  specification_version: 3
76
78
  summary: Convert integers to base62 strings (A-Za-z0-9) and back. A handy way to shorten long numbers.