do_nothing 0.0.6 → 0.0.7

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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +6 -8
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b3b609019224947fbdf0b00489cb4828c9355b01
4
+ data.tar.gz: 296bbf0c1878a76a7e7411d6584a424844850c9f
5
+ SHA512:
6
+ metadata.gz: 278821363b0c7ef3e5acc4c7777133350768e1613ad3e4839905d29f4d4fef0055cf6d7ff330d1c92f3a50ad22290a082eaaf63497293e368f2054ab127aeefb
7
+ data.tar.gz: cda9400cabefde295ade07bdce19e3c892e11e3667cab14438bb1e78785f9b8104141a2ad362b5a9f2448d37376ed7693eabea2ee0df84b8b3187e64a3f71c99
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: do_nothing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
5
- prerelease:
4
+ version: 0.0.7
6
5
  platform: ruby
7
6
  authors:
8
7
  - Aravind Krishnamoorthy
@@ -22,26 +21,25 @@ files:
22
21
  homepage:
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.11
41
+ rubygems_version: 2.4.5.1
44
42
  signing_key:
45
- specification_version: 3
43
+ specification_version: 4
46
44
  summary: The do_nothing rubygem, pretty self-explanatory.
47
45
  test_files: []