national_day_list 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4f0191a0d59500fb0fa9d2775d984cf265c12b1
4
- data.tar.gz: 0c96fef51af4be800a46d7140f0655c62dd077d0
3
+ metadata.gz: 93b886a03077df6cf1b8ced5aebe9e06ff662020
4
+ data.tar.gz: b285809228d86934b476c6509e6698b55d25b0a4
5
5
  SHA512:
6
- metadata.gz: 7d4062496798b0c38a334f0f2ea5c2ce077ef7ec305f0fe7e7562e3ea647a8c464379d62a6d2e2103cc5e4e65bfbbd675e394cea30843a81a60162c25b27df47
7
- data.tar.gz: 6f77acbdfb55dfc875eeb79ee7257bba824afcfabb45c464774378574e1d57d13e7c279cf900e6307373d8503f8b2c32ff408af55a51b9512572c6640039c047
6
+ metadata.gz: 958db43c278d48263fdfb660801604a9832da151e679c3cfd13013f2690cd170dbd6522318dba9d1805e612036bcbc368635f75f7ed022ad870de3a9caf76d20
7
+ data.tar.gz: 13b5dbd0d6e69f84997099d6162922e52831672ceeab59abacc486fbc31ac97bba64ff35de94ad77b582e7214cfb24526712d1044b3c6ab256fa46a503f3424d
data/README.md CHANGED
@@ -53,7 +53,7 @@ Pull requests welcome
53
53
  * Write new tests for new api changes (Adding information or features).
54
54
  * Make sure all tests pass before submitting.
55
55
 
56
- If you have questions or feedback you can contact me at sattelbergerp@gmail.com.
56
+ If you have questions or feedback you can contact me at sattelbergerp@gmail.com.
57
57
  *Yes I used two spaces for indentation; no I don't like it either.*
58
58
 
59
59
  ## License
data/config/enviroment.rb CHANGED
@@ -4,6 +4,5 @@ require 'nokogiri'
4
4
  require 'colorize'
5
5
  require 'launchy'
6
6
  require 'require_all'
7
- Bundler.require
8
7
 
9
8
  require_all 'lib'
@@ -5,7 +5,7 @@ class NationalDayList
5
5
  attr_accessor :use_cache
6
6
  MONTHS ||= ["january", "february", "march", "april", "may", "june", "july", "august", "september", "october", "november", "december"]
7
7
  URL_BASE ||= "http://www.nationaldaycalendar.com/"
8
- VERSION ||= '1.0.1'
8
+ VERSION ||= '1.0.2'
9
9
 
10
10
  def initialize(use_cache=true)
11
11
  @use_cache = use_cache
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: national_day_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Sattelberger