vanilla 1.9.13 → 1.9.13.1

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.
data/Rakefile CHANGED
@@ -25,7 +25,7 @@ if Object.const_defined?(:Gem)
25
25
 
26
26
  # Change these as appropriate
27
27
  s.name = "vanilla"
28
- s.version = "1.9.13"
28
+ s.version = "1.9.13.1"
29
29
  s.summary = "A bliki-type web content thing."
30
30
  s.author = "James Adam"
31
31
  s.email = "james@lazyatom.com.com"
@@ -1,5 +1,4 @@
1
1
  require 'vanilla/dynasnip'
2
- require 'vanilla/dynasnips/login'
3
2
 
4
3
  # The edit dyna will load the snip given in the 'snip_to_edit' part of the
5
4
  # params
@@ -1,5 +1,4 @@
1
1
  require 'vanilla/dynasnip'
2
- require 'vanilla/dynasnips/login'
3
2
 
4
3
  class NewSnip < Dynasnip
5
4
  snip_name :new
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vanilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.13
4
+ version: 1.9.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Adam