monkey-patch 0.0.16 → 0.0.17

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/monkey-patch/time.rb +1 -0
  3. metadata +10 -13
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 81bf7a64370ea4a813bd28acb88b64eb1cfeea2f
4
+ data.tar.gz: ad33f4582647693c06ed084791d166b554285f14
5
+ SHA512:
6
+ metadata.gz: d285d8dd5a70c05eccab1a96e0fb575f716b7f78d0afbe3378fdaf54c417dfbfb3e2d693d78455a78e1827eec9596ed0cf2fa06791ede57cced66a9483b90301
7
+ data.tar.gz: 6c3ca1a249f5829be30086988c62f431cf9a37f7bfc390c3196fe9e6fcbf0b0b8848d077b04beb110e0f89edb35a2b6d42cd17b496e60fdb716fdff2999dc804
@@ -34,6 +34,7 @@
34
34
  # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35
35
  # POSSIBILITY OF SUCH DAMAGE.
36
36
 
37
+ require 'active_support'
37
38
  require 'active_support/core_ext'
38
39
 
39
40
  class Time
metadata CHANGED
@@ -1,30 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monkey-patch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
5
- prerelease:
4
+ version: 0.0.17
6
5
  platform: ruby
7
6
  authors:
8
7
  - Christopher Mark Gore
8
+ - Tom Mornini
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-20 00:00:00.000000000 Z
12
+ date: 2015-02-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
16
16
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
17
  requirements:
19
- - - ! '>='
18
+ - - '>='
20
19
  - !ruby/object:Gem::Version
21
20
  version: '0'
22
21
  type: :runtime
23
22
  prerelease: false
24
23
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
24
  requirements:
27
- - - ! '>='
25
+ - - '>='
28
26
  - !ruby/object:Gem::Version
29
27
  version: '0'
30
28
  description: A simple library with common monkey patches for the standard Ruby classes.
@@ -42,26 +40,25 @@ files:
42
40
  - lib/monkey-patch/time.rb
43
41
  homepage: https://github.com/cgore/ruby-monkey-patch
44
42
  licenses: []
43
+ metadata: {}
45
44
  post_install_message:
46
45
  rdoc_options: []
47
46
  require_paths:
48
47
  - lib
49
48
  required_ruby_version: !ruby/object:Gem::Requirement
50
- none: false
51
49
  requirements:
52
- - - ! '>='
50
+ - - '>='
53
51
  - !ruby/object:Gem::Version
54
52
  version: '0'
55
53
  required_rubygems_version: !ruby/object:Gem::Requirement
56
- none: false
57
54
  requirements:
58
- - - ! '>='
55
+ - - '>='
59
56
  - !ruby/object:Gem::Version
60
57
  version: '0'
61
58
  requirements: []
62
59
  rubyforge_project:
63
- rubygems_version: 1.8.23
60
+ rubygems_version: 2.0.14
64
61
  signing_key:
65
- specification_version: 3
62
+ specification_version: 4
66
63
  summary: A simple library with common monkey patches for the standard Ruby classes.
67
64
  test_files: []