russian_holidays_checkup 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: babad3ce2108ff1982a5619d1cc2ef36748fcf6b
4
- data.tar.gz: 45e83963c3a8b57c1ae9f1843d65186119f3b783
3
+ metadata.gz: b0f701dd488d4369cbc0cc585edcca7f88d4ad61
4
+ data.tar.gz: 83f8d7706a4f0870fb0584ff21b9635c9756aea4
5
5
  SHA512:
6
- metadata.gz: 4abfd8adb82ce67a91818b559b1e8b3b3100942aa20a895109ec10b468df060c353455cd93c80fcf031092bb69bd300961e2395ceb0f9b58ddf9a62abdb7d7e6
7
- data.tar.gz: 664c877763c665fab98056feb72f0b05b5c8465d55d7449e85dbb06860d3043e6b61e61717ccf15d1d251b5ebb0bc518bca321463b498644268cb2dd54eaebe3
6
+ metadata.gz: 592397a70d7d6109189dc9dd15171bb37a3073497692511205e4d5ac43734d1ff7a40fbfea70c1e782ac50da2eff368fc356ce0f9a220451259c3c1d076c9895
7
+ data.tar.gz: 8f2be42730741e28d4f493b8c0179aa4912ea307747dddc85d1764257d2ddea235794c0168dd350e8828394ac26344ec7082c79f5b874b0d7c3a316198222bb2
@@ -1,3 +1,3 @@
1
1
  module RussianHolidaysCheckup
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["nikolay martynov"]
10
10
  spec.email = ["shadows.of.unevenness@gmail.com"]
11
11
 
12
- spec.summary = "extends DateTime class by methods russian_holiday? and redday? see documentation part for additional info"
12
+ spec.summary = "RUSSIAN HOLIDAYS in 2012-2015 years! extends DateTime class by methods russian_holiday? and redday? see documentation part for additional info"
13
13
  spec.homepage = "https://github.com/fearlessstar/russian_holidays_checkup.git"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: russian_holidays_checkup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nikolay martynov
@@ -86,6 +86,6 @@ rubyforge_project:
86
86
  rubygems_version: 2.4.8
87
87
  signing_key:
88
88
  specification_version: 4
89
- summary: extends DateTime class by methods russian_holiday? and redday? see documentation
90
- part for additional info
89
+ summary: RUSSIAN HOLIDAYS in 2012-2015 years! extends DateTime class by methods russian_holiday?
90
+ and redday? see documentation part for additional info
91
91
  test_files: []