jeckyl 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +5 -1
  2. data/README.md +6 -0
  3. data/lib/jeckyl/version.rb +5 -7
  4. metadata +3 -3
data/History.txt CHANGED
@@ -4,11 +4,15 @@
4
4
 
5
5
  == History
6
6
 
7
+ [jeckyl-0.2.5 25-Oct-2012]
8
+
9
+ Clean up unwanted git files and update README links (e.g. rubydoc)
10
+
7
11
  [jeckyl-0.2.4 25-Oct-2012]
8
12
 
9
13
  Deprecate ConfigRoot constant in favour of Jeckyl.config_dir, which will pick up
10
14
  the environment variable JECKYL_CONFIG_DIR if set or use '/etc/jeckyl'. This is a
11
- change from the old, quirky default of '/etc/jermine'.
15
+ change from the old, quirky default of '/etc/jermine'. Tweak to 'jeckyl markdown'.
12
16
 
13
17
  [jeckyl-0.2.3 21-Sep-2012]
14
18
 
data/README.md CHANGED
@@ -8,6 +8,12 @@ each parameter, its default, whatever checking rules are appropriate and even a
8
8
  This is then used to parse a Ruby config file and create the parameters hash. Jeckyl
9
9
  comes complete with a utility to check a config file against a given class and to generate a default file for you to tailor.
10
10
 
11
+ **GitHub:** [https://github.com/osburn-sharp/jeckyl](https://github.com/osburn-sharp/jeckyl)
12
+
13
+ **RubyDoc:** [http://rubydoc.info/github/osburn-sharp/jeckyl/frames](http://rubydoc.info/github/osburn-sharp/jeckyl/frames)
14
+
15
+ **RubyGems:** [https://rubygems.org/gems/jeckyl](https://rubygems.org/gems/jeckyl)
16
+
11
17
  Jeckyl was inspired by the configuration file methods in [Unicorn](http://unicorn.bogomips.org/).
12
18
 
13
19
  ## Installation
@@ -1,15 +1,13 @@
1
1
  # Created by Jevoom
2
2
  #
3
3
  # 25-Oct-2012
4
- # Deprecate ConfigRoot constant in favour of Jeckyl.config_dir, which will pick up
5
- # the environment variable JECKYL_CONFIG_DIR if set or use '/etc/jeckyl'. This is a
6
- # change from the old, quirky default of '/etc/jermine'.
4
+ # Clean up unwanted git files and update README links (e.g. rubydoc)
7
5
 
8
6
  module Jeckyl
9
- # version set to 0.2.4
10
- Version = '0.2.4'
7
+ # version set to 0.2.5
8
+ Version = '0.2.5'
11
9
  # date set to 25-Oct-2012
12
10
  Version_Date = '25-Oct-2012'
13
- #ident string set to: jeckyl-0.2.4 25-Oct-2012
14
- Ident = 'jeckyl-0.2.4 25-Oct-2012'
11
+ #ident string set to: jeckyl-0.2.5 25-Oct-2012
12
+ Ident = 'jeckyl-0.2.5 25-Oct-2012'
15
13
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jeckyl
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dr Robert