octopress-ink 1.0.0.alpha.32 → 1.0.0.alpha.33

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: 570c16b74cd6960b5a55b864dd381ef8f85236d6
4
- data.tar.gz: 6ad07b9a5b3090d14e014a7448cc0bdf83c4e122
3
+ metadata.gz: 46ae9894390869465465304356ec053b1ebe7f67
4
+ data.tar.gz: 2ecea5df41464986d594bd3823a44054d5be951a
5
5
  SHA512:
6
- metadata.gz: 51bb0d6b67ee4a32400282091e211c296f15aa46e5077eb111c88212658188b3a2733b9d5b7a60839ca28d98390291c1a4c5ef2b8d813d4b293932278cee39ec
7
- data.tar.gz: 246395f034cd90b6e60ec509899c81239cda05f69085ef4c605bcfd91a012358f10a05bd22b1f24616fbf802e124adc2e8a1938c35f3d6a97fc18cf70f80f9ab
6
+ metadata.gz: ef98087d515abd53e2161a59999de71b681a784cbb133a47c34cf61f68b3580cd413e47506056044ce1033ee6e21c421a1358752bd271a106ac375d3184f0a60
7
+ data.tar.gz: 0c104ce6c0f8078b8f86105993378fec9841f10ca875e6c005afd1a960044538298064bcbc6a4a5666cef22a9ce0001980d3625673452c6e40182ef8b56960aa
@@ -11,9 +11,6 @@ module Octopress
11
11
  c.description "Get about octopress ink plugins"
12
12
 
13
13
  Info.process_command(c)
14
-
15
- c.action do |args, options|
16
- end
17
14
  end
18
15
  end
19
16
  end
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Ink
3
- VERSION = "1.0.0.alpha.32"
3
+ VERSION = "1.0.0.alpha.33"
4
4
  end
5
5
  end
data/lib/octopress-ink.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  require 'jekyll'
2
2
  require 'sass'
3
3
  require 'digest/md5'
4
- require 'pry-debugger'
5
4
 
6
5
  require 'octopress-ink/version'
7
6
  require 'octopress-ink/generators/plugin_assets'
data/test/_config.yml CHANGED
@@ -6,5 +6,3 @@ destination: site
6
6
  include_test: foo.html
7
7
  render_test: kittens
8
8
  timezone: America/Chicago
9
- #gems:
10
- #- 'octopress-codefence'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-ink
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.alpha.32
4
+ version: 1.0.0.alpha.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis