vanilla 1.9.13 → 1.9.13.1

Sign up to get free protection for your applications and to get access to all the features.
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