human_codes 1.1.1 → 1.1.2

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/VERSION +1 -1
  2. data/human_codes.gemspec +13 -15
  3. data/rails/init.rb +1 -1
  4. metadata +12 -7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
data/human_codes.gemspec CHANGED
@@ -1,15 +1,15 @@
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{human_codes}
8
- s.version = "1.1.1"
8
+ s.version = "1.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jack Danger Canty"]
12
- s.date = %q{2010-07-12}
12
+ s.date = %q{2011-03-04}
13
13
  s.description = %q{Convert integers to human-readable compressed alphanumeric strings and back. Lets humans enter very long integers quickly. Uses base-31 compression of integers.}
14
14
  s.email = %q{rubygems@6brand.com}
15
15
  s.extra_rdoc_files = [
@@ -17,29 +17,27 @@ Gem::Specification.new do |s|
17
17
  ]
18
18
  s.files = [
19
19
  "Manifest.txt",
20
- "README.markdown",
21
- "Rakefile",
22
- "VERSION",
23
- "human_codes.gemspec",
24
- "init.rb",
25
- "lib/human_codes.rb",
26
- "rails/init.rb",
27
- "test/test_human_codes.rb"
20
+ "README.markdown",
21
+ "Rakefile",
22
+ "VERSION",
23
+ "human_codes.gemspec",
24
+ "init.rb",
25
+ "lib/human_codes.rb",
26
+ "rails/init.rb",
27
+ "test/test_human_codes.rb"
28
28
  ]
29
29
  s.homepage = %q{http://github.com/JackDanger/human_codes}
30
- s.rdoc_options = ["--charset=UTF-8"]
31
30
  s.require_paths = ["lib"]
32
- s.rubygems_version = %q{1.3.6}
31
+ s.rubygems_version = %q{1.4.2}
33
32
  s.summary = %q{Convert integers to human-readable compressed alphanumeric strings and back. Lets humans enter very long integers quickly.}
34
33
  s.test_files = [
35
34
  "test/test_human_codes.rb"
36
35
  ]
37
36
 
38
37
  if s.respond_to? :specification_version then
39
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
40
38
  s.specification_version = 3
41
39
 
42
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
40
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
43
41
  else
44
42
  end
45
43
  else
data/rails/init.rb CHANGED
@@ -1 +1 @@
1
- require 'alphadecimal'
1
+ require 'human_codes'
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: human_codes
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 23
5
+ prerelease:
5
6
  segments:
6
7
  - 1
7
8
  - 1
8
- - 1
9
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
10
11
  platform: ruby
11
12
  authors:
12
13
  - Jack Danger Canty
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-07-12 00:00:00 -07:00
18
+ date: 2011-03-04 00:00:00 -08:00
18
19
  default_executable:
19
20
  dependencies: []
20
21
 
@@ -41,28 +42,32 @@ homepage: http://github.com/JackDanger/human_codes
41
42
  licenses: []
42
43
 
43
44
  post_install_message:
44
- rdoc_options:
45
- - --charset=UTF-8
45
+ rdoc_options: []
46
+
46
47
  require_paths:
47
48
  - lib
48
49
  required_ruby_version: !ruby/object:Gem::Requirement
50
+ none: false
49
51
  requirements:
50
52
  - - ">="
51
53
  - !ruby/object:Gem::Version
54
+ hash: 3
52
55
  segments:
53
56
  - 0
54
57
  version: "0"
55
58
  required_rubygems_version: !ruby/object:Gem::Requirement
59
+ none: false
56
60
  requirements:
57
61
  - - ">="
58
62
  - !ruby/object:Gem::Version
63
+ hash: 3
59
64
  segments:
60
65
  - 0
61
66
  version: "0"
62
67
  requirements: []
63
68
 
64
69
  rubyforge_project:
65
- rubygems_version: 1.3.6
70
+ rubygems_version: 1.4.2
66
71
  signing_key:
67
72
  specification_version: 3
68
73
  summary: Convert integers to human-readable compressed alphanumeric strings and back. Lets humans enter very long integers quickly.