mr_poole 0.1.0 → 0.2.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mr_poole
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael McClimon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-21 00:00:00.000000000 Z
11
+ date: 2013-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -61,6 +61,7 @@ extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
63
  - .gitignore
64
+ - CHANGES.md
64
65
  - Gemfile
65
66
  - LICENSE
66
67
  - README.md
@@ -69,11 +70,13 @@ files:
69
70
  - lib/mr_poole.rb
70
71
  - lib/mr_poole/cli.rb
71
72
  - lib/mr_poole/commands.rb
73
+ - lib/mr_poole/config.rb
72
74
  - lib/mr_poole/helper.rb
73
75
  - lib/mr_poole/version.rb
74
76
  - mr_poole.gemspec
75
77
  - spec/cli_spec.rb
76
78
  - spec/command_spec.rb
79
+ - spec/config_spec.rb
77
80
  - spec/spec_helper.rb
78
81
  homepage: http://github.com/mmcclimon/mr_poole
79
82
  licenses:
@@ -95,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
98
  version: '0'
96
99
  requirements: []
97
100
  rubyforge_project:
98
- rubygems_version: 2.1.4
101
+ rubygems_version: 2.0.6
99
102
  signing_key:
100
103
  specification_version: 4
101
104
  summary: A butler for Jekyll. Provides a command-line interface (called `poole`) for
@@ -106,4 +109,5 @@ summary: A butler for Jekyll. Provides a command-line interface (called `poole`)
106
109
  test_files:
107
110
  - spec/cli_spec.rb
108
111
  - spec/command_spec.rb
112
+ - spec/config_spec.rb
109
113
  - spec/spec_helper.rb