week_of_month 1.2.2 → 1.2.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/README.rdoc +1 -1
  3. data/license +22 -0
  4. data/week_of_month.gemspec +3 -2
  5. metadata +10 -10
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7cc308a8f81dbd9579c4aa6fbef97b4001fbd17f
4
+ data.tar.gz: bb5dc79f8c80fc31608ecce03cddbdc24fd390dc
5
+ SHA512:
6
+ metadata.gz: 014a5ad79f2aa49d60d8b91b012dec5e29d5b714dacd73866db4b94e317dc275a61c8f1efe178549315ab600a6e5694ac1a8f27ce06e846c3bc71e960f6d96bc
7
+ data.tar.gz: 4b3c698b9a98ddab51a6dbcdded707c89dbfcab19ebd241e23dcc4d339432638cb3ab071476924064d04e899ba66a8f8f5d2cc47748a4abe5014f6dcdd8b1369
data/README.rdoc CHANGED
@@ -91,7 +91,7 @@ august?, september?, october?, november?, december?, last_day_of_month
91
91
 
92
92
  (The MIT License)
93
93
 
94
- Copyright (c) 2012 Sachin Singh. See LICENSE for details.
94
+ Copyright (c) 2012-2013 Sachin Singh. See LICENSE for details.
95
95
 
96
96
  Permission is hereby granted, free of charge, to any person obtaining a copy
97
97
  of this software and associated documentation files (the ‘Software’), to deal
data/license ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2012-2013 Sachin Singh
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
22
+ Creative Commons License
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'week_of_month'
3
- s.version = '1.2.2'
4
- s.date = '2012-10-08'
3
+ s.version = '1.2.2.1'
4
+ s.date = '2013-08-12'
5
5
  s.summary = "Week Of Month!"
6
6
  s.description = "Its gives you week_of_month method on date and time objects, that returns week of the month."
7
7
  s.authors = ["Sachin Singh"]
@@ -10,4 +10,5 @@ Gem::Specification.new do |s|
10
10
  s.summary = %q{}
11
11
  s.files = `git ls-files`.split("\n").sort
12
12
  s.require_paths = ["lib"]
13
+ s.license = 'MIT'
13
14
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: week_of_month
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
5
- prerelease:
4
+ version: 1.2.2.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Sachin Singh
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-10-08 00:00:00.000000000 Z
11
+ date: 2013-08-12 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Its gives you week_of_month method on date and time objects, that returns
15
14
  week of the month.
@@ -34,29 +33,30 @@ files:
34
33
  - lib/test/modules/test_week.rb
35
34
  - lib/test/modules/test_year.rb
36
35
  - lib/week_of_month.rb
36
+ - license
37
37
  - week_of_month.gemspec
38
38
  homepage: https://github.com/sachin87/week-of-month
39
- licenses: []
39
+ licenses:
40
+ - MIT
41
+ metadata: {}
40
42
  post_install_message:
41
43
  rdoc_options: []
42
44
  require_paths:
43
45
  - lib
44
46
  required_ruby_version: !ruby/object:Gem::Requirement
45
- none: false
46
47
  requirements:
47
- - - ! '>='
48
+ - - '>='
48
49
  - !ruby/object:Gem::Version
49
50
  version: '0'
50
51
  required_rubygems_version: !ruby/object:Gem::Requirement
51
- none: false
52
52
  requirements:
53
- - - ! '>='
53
+ - - '>='
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  requirements: []
57
57
  rubyforge_project:
58
- rubygems_version: 1.8.25
58
+ rubygems_version: 2.0.3
59
59
  signing_key:
60
- specification_version: 3
60
+ specification_version: 4
61
61
  summary: ''
62
62
  test_files: []