forty-two 1.0.0 → 2.0.0

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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/forty-two.rb +1 -25
  3. metadata +6 -8
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: eb1bea6ca8246f9697833c8490cb746ed3a5c8d6
4
+ data.tar.gz: 386be2afa3b85dd70f49b98590776726c497d0bd
5
+ SHA512:
6
+ metadata.gz: 33f2a597dfcee47692c35ac76562e963fc1277ce04c6f98145f5582c33e7a5ccd48e087ec214746e6f856b6f4b777fcde5d083b01f1a02e3753a09920dfa9aed
7
+ data.tar.gz: a77b137a2ff20b9478be812a2fcfbdb0d501d72fb48cd26da2d5e2fe5ea4b3a7600257f090a70b94bc171b3dbdfb6ec33d5ddaed090c36c8e83d70e32d9ec4b4
@@ -1,25 +1 @@
1
- class Object
2
- def to_s
3
- "42"
4
- end
5
-
6
- def inspect
7
- "42"
8
- end
9
- end
10
-
11
- class NilClass
12
- def inspect
13
- "42"
14
- end
15
- end
16
-
17
- class String
18
- def to_s
19
- "42"
20
- end
21
-
22
- def inspect
23
- "42"
24
- end
25
- end
1
+ require 'forty-two/base'
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forty-two
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
4
+ version: 2.0.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Johnny E. Lee Othon
@@ -22,26 +21,25 @@ files:
22
21
  homepage: https://github.com/jleeothon/forty-two
23
22
  licenses:
24
23
  - MIT
24
+ metadata: {}
25
25
  post_install_message:
26
26
  rdoc_options: []
27
27
  require_paths:
28
28
  - lib
29
29
  required_ruby_version: !ruby/object:Gem::Requirement
30
- none: false
31
30
  requirements:
32
- - - ! '>='
31
+ - - ">="
33
32
  - !ruby/object:Gem::Version
34
33
  version: '0'
35
34
  required_rubygems_version: !ruby/object:Gem::Requirement
36
- none: false
37
35
  requirements:
38
- - - ! '>='
36
+ - - ">="
39
37
  - !ruby/object:Gem::Version
40
38
  version: '0'
41
39
  requirements: []
42
40
  rubyforge_project:
43
- rubygems_version: 1.8.23
41
+ rubygems_version: 2.4.6
44
42
  signing_key:
45
- specification_version: 3
43
+ specification_version: 4
46
44
  summary: The answer to life, the universe, and everythin
47
45
  test_files: []