09 Mar, 2024
1 commit
07 Aug, 2014
5 commits
23 Jul, 2014
1 commit
03 Jun, 2014
1 commit
02 Jun, 2014
1 commit
-
The source :rubygems is deprecated because HTTP requests are insecure. Updated to use https://rubygems.org instead.
02 Jul, 2013
1 commit
30 Dec, 2012
6 commits
-
symbolize_keys for issue #33
-
Improving conditional statements
-
Fix dynamic settings with falsy values
-
Support array of hashes
-
Properly implement to_hash
31 Oct, 2012
1 commit
30 Oct, 2012
1 commit
25 Oct, 2012
1 commit
23 Oct, 2012
2 commits
-
Handle empty yaml files.
-
Sometimes a yaml file could be empty. This change allows settings logic to handle that rather than throw an error.
03 Oct, 2012
2 commits
22 Jun, 2012
1 commit
10 Jan, 2012
2 commits
-
Allow settingslogic to open a remote yml file
-
…e settings file, which is really handy when using on heroku.
09 Jan, 2012
4 commits
08 Jan, 2012
1 commit
-
Fix Gemfile/Gemspec
07 Jan, 2012
3 commits
-
Adds rcov support back in, fix rake tasks for rspec and rcov.
-
Fix issues with correct ruby-debug include for 1.8 vs. 1.9 compatibility. Also, group all development gems into a development group so jeweler will auto-generate the gemspec correctly.
06 Jan, 2012
6 commits
-
Fix Ruby 1.8.7 Compatibility and Gem Dependencies
-
We only need these gem dependencies to run the tests, not to load the gem.
-
Check the ruby version and conditionally add a runtime dependency on the right debugging library. Fixes errors installing gem on pre-1.9 versions of Ruby.