cowtech-lib 2.0.2 → 2.0.3

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 153c064172e8fef75bfd7cc0eef41606e80895ad93be75dc6f640c57d7dd5845
4
+ data.tar.gz: 2738b08f98c289c804da16ef0b3ef67978b2ca5dcc501c858073151d2ccd4bf5
5
+ SHA512:
6
+ metadata.gz: 7ce3ae2eff94ebbed8f7b2862f5ceca6e9603556d3d6470e51ad9fe7a11fb1963cdde93e17c56dbf7c022dcd42e5aec6ac4e7ec350319d9e2380b7906738f64b
7
+ data.tar.gz: 5b13f17a854cdf5bd53ad2ea8092d83ea647ca0bbcabc79bcdd7b208126ef015e39ab2fe0c6b71615d28eb4196c7da28715f17fbb51022c326a07a7ed8157b69
@@ -1,7 +1,8 @@
1
1
  = cowtech-lib
2
2
 
3
+ == END OF DEVELOPMENT NOTICE - This gem has been discontinued
4
+
3
5
  A general purpose utility library.
4
- http://github.com/ShogunPanda/cowtech-lib
5
6
 
6
7
  == Contributing to cowtech-lib
7
8
 
@@ -9,7 +9,7 @@ module Cowtech
9
9
  module Version
10
10
  MAJOR = 2
11
11
  MINOR = 0
12
- PATCH = 2
12
+ PATCH = 3
13
13
 
14
14
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
15
15
  end
metadata CHANGED
@@ -1,27 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cowtech-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
5
- prerelease:
4
+ version: 2.0.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - Shogun
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-04-20 00:00:00.000000000Z
11
+ date: 2019-12-11 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: open4
16
- requirement: &70357228101280 !ruby/object:Gem::Requirement
17
- none: false
15
+ requirement: !ruby/object:Gem::Requirement
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
- version_requirements: *70357228101280
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
25
27
  description: A general purpose utility library.
26
28
  email:
27
29
  - shogun_panda@me.com
@@ -29,7 +31,7 @@ executables: []
29
31
  extensions: []
30
32
  extra_rdoc_files: []
31
33
  files:
32
- - .gitignore
34
+ - ".gitignore"
33
35
  - Gemfile
34
36
  - README.rdoc
35
37
  - Rakefile
@@ -42,26 +44,24 @@ files:
42
44
  - lib/cowtech-lib/version.rb
43
45
  homepage: http://github.com/ShogunPanda/cowtech-lib
44
46
  licenses: []
47
+ metadata: {}
45
48
  post_install_message:
46
49
  rdoc_options: []
47
50
  require_paths:
48
51
  - lib
49
52
  required_ruby_version: !ruby/object:Gem::Requirement
50
- none: false
51
53
  requirements:
52
- - - ! '>='
54
+ - - ">="
53
55
  - !ruby/object:Gem::Version
54
56
  version: 1.9.2
55
57
  required_rubygems_version: !ruby/object:Gem::Requirement
56
- none: false
57
58
  requirements:
58
- - - ! '>='
59
+ - - ">="
59
60
  - !ruby/object:Gem::Version
60
61
  version: '0'
61
62
  requirements: []
62
- rubyforge_project: cowtech-lib
63
- rubygems_version: 1.8.15
63
+ rubygems_version: 3.0.3
64
64
  signing_key:
65
- specification_version: 3
65
+ specification_version: 4
66
66
  summary: A general purpose utility library.
67
67
  test_files: []