tkh_toolbox 0.0.4 → 0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +15 -0
  2. data/README.md +6 -2
  3. data/lib/tkh_toolbox/version.rb +1 -1
  4. metadata +5 -7
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YjA2ZWM4ODJkM2Y5ZGI3NWQ1MjZmZTZjYzg4YzEyNzZhNTJkY2UxNw==
5
+ data.tar.gz: !binary |-
6
+ NzllYzhkN2UzN2NhMDUyYmExNzk3MzE0MDBjZWU0NzFlNGQ2N2FmYQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ NDgzODc4NWE1YTM3NmRhOGI3OWEyODk5MjQwM2RhMGI0MzMwYTU3YzFjOGU5
10
+ MzAxOWE3YmI0MGM1YWE0YjA4NmNiOWM2MTdlN2NjNjgzYTI2MWYwZjg3ZDM3
11
+ MTJiNmE5ZWRmMzIyZDQ0MTgwMzYyN2U0MDlhOWUzMmQ0MWYxMjM=
12
+ data.tar.gz: !binary |-
13
+ MzQyM2MwYzUzNGI2MTljYjdjOGFlMzdhNzE0OGVkMDc3ODFiMmYxZGZkYmQ0
14
+ Zjg3N2U1ZGU4NWM1YjQwZDU3YjNlNDhiMzBmOGE4N2VhMjkwNTFkNjI4N2Yz
15
+ Y2Y4OTc1NGNjZjdlNzZhNDVhY2EzNTAxZjQ1ZDA3ODc0ODkxYzA=
data/README.md CHANGED
@@ -4,9 +4,13 @@ This gem is part of the tkh_cms gem suite. In here we put lots of smallish utili
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your application's Gemfile:
7
+ For Rails 4.0.0 and above add this line to your application's Gemfile:
8
8
 
9
- gem 'tkh_toolbox'
9
+ gem 'tkh_toolbox', '~> 0.9'
10
+
11
+ For prior versions of Rails, use this:
12
+
13
+ gem 'tkh_toolbox', '< 0.9'
10
14
 
11
15
  And then execute:
12
16
 
@@ -1,3 +1,3 @@
1
1
  module TkhToolbox
2
- VERSION = "0.0.4"
2
+ VERSION = "0.9"
3
3
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: '0.9'
6
5
  platform: ruby
7
6
  authors:
8
7
  - Swami Atma
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-02-03 00:00:00.000000000 Z
11
+ date: 2013-07-22 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Assortment of all-purpose utilities used by gems across the tkh_cms suite
15
14
  email:
@@ -37,26 +36,25 @@ files:
37
36
  - tkh_toolbox.gemspec
38
37
  homepage: ''
39
38
  licenses: []
39
+ metadata: {}
40
40
  post_install_message:
41
41
  rdoc_options: []
42
42
  require_paths:
43
43
  - lib
44
44
  required_ruby_version: !ruby/object:Gem::Requirement
45
- none: false
46
45
  requirements:
47
46
  - - ! '>='
48
47
  - !ruby/object:Gem::Version
49
48
  version: '0'
50
49
  required_rubygems_version: !ruby/object:Gem::Requirement
51
- none: false
52
50
  requirements:
53
51
  - - ! '>='
54
52
  - !ruby/object:Gem::Version
55
53
  version: '0'
56
54
  requirements: []
57
55
  rubyforge_project:
58
- rubygems_version: 1.8.24
56
+ rubygems_version: 2.0.3
59
57
  signing_key:
60
- specification_version: 3
58
+ specification_version: 4
61
59
  summary: Assortment of all-purpose utilities used by gems across the tkh_cms suite
62
60
  test_files: []