soywiki 0.9.8.1 → 0.9.8.2.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 98a51fe1ebac00b9092d1bfe178f3a9d7f15d055
4
+ data.tar.gz: 9574b97cebdf39046e3d64aa242aac22e99d1256
5
+ SHA512:
6
+ metadata.gz: 29eace8db49ee376d82531f7742c0ef900c2bfd933d677665f5c38fca8a58e08772d07401771d73a5d04a4adff56625c636165783d3f53bef3e6d6205a4a505c
7
+ data.tar.gz: 97d14aa79b5da98ad5e9b2929f09c75592314915bcb5dc8e59a30e37851f4e17ab139228216d8830951b91c400b0e402c667fe7b6574b64f7c5f063272d85ba5
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'soywiki'
3
- require 'expander'
3
+ require 'soywiki/expander'
4
4
 
5
5
  repo_path, mode, file = *ARGV
6
6
  expander = Soywiki::Expander.new(repo_path, mode, file)
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: UTF-8
3
3
  require 'soywiki'
4
- require 'renamer'
4
+ require 'soywiki/renamer'
5
5
 
6
6
  repo_path, old_name, new_name = *ARGV
7
7
  repo_path = Pathname.new(repo_path)
@@ -2,7 +2,7 @@ require 'string_ext'
2
2
  require 'path_helper'
3
3
  module Template_Substitution; end
4
4
  module Soywiki
5
- VERSION = '0.9.8.1'
5
+ VERSION = '0.9.8.2.pre'
6
6
  WIKI_WORD = /\b([a-z0-9][\w_]+\.)?[A-Z][a-z]+[A-Z0-9]\w*\b/
7
7
  SCHEMES = %w{https http file soyfile}
8
8
  HYPERLINK = %r|\b(?:#{SCHEMES.join('|')})://[^ >)\n\]]+|
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soywiki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8.1
5
- prerelease:
4
+ version: 0.9.8.2.pre
6
5
  platform: ruby
7
6
  authors:
8
7
  - Daniel Choi
@@ -23,7 +22,7 @@ executables:
23
22
  extensions: []
24
23
  extra_rdoc_files: []
25
24
  files:
26
- - .gitignore
25
+ - ".gitignore"
27
26
  - Gemfile
28
27
  - Gemfile.lock
29
28
  - MIT-LICENSE.txt
@@ -49,29 +48,35 @@ files:
49
48
  homepage: http://danielchoi.com/software/soywiki.html
50
49
  licenses:
51
50
  - MIT
52
- post_install_message: ! "For optional compilation of the wiki to html you will need:\n
53
- - haml\nand for markdown support:\n - rdiscount\n"
51
+ metadata: {}
52
+ post_install_message: |
53
+ For optional compilation of the wiki to html you will need:
54
+ - haml
55
+ and for markdown support:
56
+ - rdiscount
54
57
  rdoc_options: []
55
58
  require_paths:
56
59
  - lib
57
60
  required_ruby_version: !ruby/object:Gem::Requirement
58
- none: false
59
61
  requirements:
60
- - - ! '>='
62
+ - - ">="
61
63
  - !ruby/object:Gem::Version
62
64
  version: '0'
63
65
  required_rubygems_version: !ruby/object:Gem::Requirement
64
- none: false
65
66
  requirements:
66
- - - ! '>='
67
+ - - ">"
67
68
  - !ruby/object:Gem::Version
68
- version: '0'
69
+ version: 1.3.1
69
70
  requirements:
70
- - ! "For optional compilation of the wiki to html you will need:\n - haml\nand for
71
- markdown support:\n - rdiscount\n"
71
+ - |
72
+ For optional compilation of the wiki to html you will need:
73
+ - haml
74
+ and for markdown support:
75
+ - rdiscount
72
76
  rubyforge_project: soywiki
73
- rubygems_version: 1.8.23
77
+ rubygems_version: 2.2.0
74
78
  signing_key:
75
- specification_version: 3
79
+ specification_version: 4
76
80
  summary: Wiki with Vim interface and Git repo
77
81
  test_files: []
82
+ has_rdoc: