rack-blogengine 1.0.8 → 1.0.9

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: 5bd293d266516598d85303dc4b00d1aea85fcc4c
4
- data.tar.gz: 404807f9a5d6d18cddc9a78ce81c34f9aef4f56c
3
+ metadata.gz: cbb75e394ec6aa9bdbecb6ed711e7611c26b7543
4
+ data.tar.gz: 6fe717d6044a1d2c3ad48137531d11868feffad3
5
5
  SHA512:
6
- metadata.gz: e521f154cb37e4f6671a7ca5cd564dcd4a3ac36fb41e529b812b9b6fedeeca13ec351ecf07e2e30a56760595a5463af530a11ca58a0e28064a11960f4cd4f48d
7
- data.tar.gz: 18241f9add9f99d8a83cfe3d3d1f918b7888b84582eabd119e5fca8ea5cc7b1aa52e5a7fc2e022c75441b3a2dc099b9205f42951baf0330e9ba02cc491492225
6
+ metadata.gz: f594157e66c735796f21e8ab1425254ec30f4f5189d6728690a4fa86050e4ed6a8fe360da2262cbf3c07e6c7821bed4eccc078536036f9654dd8c360b29b9fba
7
+ data.tar.gz: 8a67438fe06a11d48b57ce4a9121f68444af21d5a51b614a484a5ef670896143230e95178d094902077bc43705c07c48f2188a9a5a3b24ff3d529d01327fc5ad
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014 Benjamin Klotz
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/MANIFEST CHANGED
@@ -1,51 +1,20 @@
1
- .yardopts
2
- LICENSE.txt
1
+ LICENSE
3
2
  MANIFEST
4
3
  README.md
5
4
  assets/Gemfile
6
5
  assets/config.yml
7
- assets/config.yml
8
- assets/content_error.content
9
6
  assets/content_error.content
10
7
  assets/date_error.content
11
- assets/date_error.content
12
8
  assets/date_test.content
13
- assets/date_test.content
14
- assets/index.content
15
9
  assets/index.content
16
10
  assets/layout.html
17
- assets/layout.html
18
- assets/operator.content
19
11
  assets/operator.content
20
12
  assets/operator.rb
21
- assets/operator.rb
22
13
  assets/pygment.content
23
- assets/pygment.content
24
- assets/title_error.content
25
14
  assets/title_error.content
26
15
  bin/rack-blogengine
27
- doc/Operator.html
28
- doc/Rack.html
29
- doc/Rack/Blogengine.html
30
- doc/Rack/Blogengine/Application.html
31
- doc/Rack/Blogengine/ApplicationRouter.html
32
- doc/Rack/Blogengine/CommandLineInterface.html
33
- doc/Rack/Blogengine/Document.html
34
- doc/Rack/Blogengine/DocumentParser.html
35
- doc/_index.html
36
- doc/class_list.html
37
- doc/css/common.css
38
- doc/css/full_list.css
39
- doc/css/style.css
40
- doc/file.README.html
41
- doc/file_list.html
42
- doc/frames.html
43
- doc/index.html
44
- doc/js/app.js
45
- doc/js/full_list.js
46
- doc/js/jquery.js
47
- doc/method_list.html
48
- doc/top-level-namespace.html
16
+ checksum/rack-blogengine-1.0.6.gem.sha512
17
+ checksum/rack-blogengine-1.0.7.gem.sha512
49
18
  lib/rack/blogengine.rb
50
19
  lib/rack/blogengine/application.rb
51
20
  lib/rack/blogengine/application_router.rb
@@ -54,4 +23,4 @@ lib/rack/blogengine/document.rb
54
23
  lib/rack/blogengine/document_parser.rb
55
24
  lib/rack/blogengine/operator.rb
56
25
  lib/rack/blogengine/version.rb
57
- rack-blogengine.gemspec
26
+ rack-blogengine.gemspec
data/README.md CHANGED
@@ -1,16 +1,19 @@
1
1
  # Rack::Blogengine
2
2
 
3
- Rack Middleware to serve a simple blog
3
+ Rack Application to serve a simple blog
4
+
5
+ ## NOTE
6
+
7
+ This is just a project for learning purpose, but if you want to use it read further.
8
+ Code should be considered bad (1st ruby project).
9
+ Also its not actively maintained.
4
10
 
5
11
  ## Build status
6
12
 
7
- [![Build Status](https://travis-ci.org/Benny1992/rack-blogengine.png?branch=master)](https://travis-ci.org/Benny1992/rack-blogengine)
8
13
  [![Coverage Status](https://coveralls.io/repos/Benny1992/rack-blogengine/badge.png?branch=master)](https://coveralls.io/r/Benny1992/rack-blogengine?branch=master)
9
14
  [![Gem Version](https://badge.fury.io/rb/rack-blogengine.png)](http://badge.fury.io/rb/rack-blogengine)
10
15
  [![Dependency Status](https://gemnasium.com/Benny1992/rack-blogengine.png)](https://gemnasium.com/Benny1992/rack-blogengine)
11
-
12
-
13
-
16
+ [![Codeship](https://www.codeship.io/projects/9d0a0f70-bc07-0131-eeee-0e1e5f0f6334/status)](https://www.codeship.io/projects/9d0a0f70-bc07-0131-eeee-0e1e5f0f6334/status)
14
17
 
15
18
  ## Supported Ruby Versions & Platforms
16
19
 
@@ -24,19 +27,6 @@ Rack Middleware to serve a simple blog
24
27
 
25
28
  $ gem install rack-blogengine
26
29
 
27
- To install the signed gem you have to add my public certificate and install with proper security level:
28
-
29
- $ gem cert –add <(curl -Ls https://raw.github.com/benny1992/rack-blogengine/master/certs/benny1992.pem)
30
- $ gem install rack-blogengine -P MediumSecurity
31
-
32
- ### NOTE
33
-
34
- Installing signed Gems is currently not working (rubygem version 2.2.2)
35
-
36
- <a href="https://github.com/rubygems/rubygems/issues/859">Issue</a> will be fixed in version 2.3
37
-
38
-
39
-
40
30
  ## Usage
41
31
 
42
32
  `rack-blogengine generate <folder>` will create your Folder skeleton
@@ -119,7 +109,7 @@ end
119
109
  Your operators are normal ruby methods defined in this module.
120
110
  Available params are documents & html
121
111
 
122
- Param documents:
112
+ Param documents:
123
113
  An Array with document objects.
124
114
  This Document objects has following attributes: path, title, html
125
115
 
@@ -138,7 +128,7 @@ end
138
128
  In your layout.html then
139
129
 
140
130
  ```html
141
- <div class="nav">
131
+ <div class="nav">
142
132
  {% show_nav %}
143
133
  </div>
144
134
  ```
data/bin/rack-blogengine CHANGED
@@ -13,7 +13,7 @@ target = '' unless ARGV[1]
13
13
  cli = Rack::Blogengine::CommandLineInterface
14
14
 
15
15
  if target != ''
16
- cli.send(command, target)
16
+ cli.public_send(command, target)
17
17
  else
18
- cli.send(command)
18
+ cli.public_send(command)
19
19
  end
@@ -0,0 +1 @@
1
+ 2faadb7c2fdbaa1088e4d13833884277e54dd14ffc4925edbbe9c84562c754f0c50753744d773ffd48c7268f82c08fc3d6e37535f5b547b9045376f8930cb889
@@ -0,0 +1 @@
1
+ aa4778a7b7406a4dd67fd44d19c7a72a92aa2d71c0de2115eae36df7a20fcbb16198e619e24c1ed51c379a0bf74597e97783af79987ae474d0970955fa9f3e2b
@@ -9,27 +9,28 @@ module Rack
9
9
  # @author [benny]
10
10
  #
11
11
  module CommandLineInterface
12
- class << self
13
12
  # Handle unavailable methods
14
13
  # @param [String] name [called Methodname]
15
14
  # @param [Array] *args [Available args]
16
- def method_missing(name, *args)
15
+ def self.method_missing(name, *args)
17
16
  puts "Command #{name} not available"
18
17
  print "Available Commands are: \n\n"
19
18
  methods(false).each do |method|
20
- print "\t #{method}\n" unless method == :method_missing # || method == :setup || method == :getConfig
19
+ print "\t #{method}\n" unless method == :method_missing
21
20
  end
22
21
  print "\n"
23
22
  end
24
23
 
25
24
  # Method to run the rack Application
26
25
  # @param [String] target
27
- def run(target)
26
+ def self.run(target)
28
27
  if target.empty?
29
28
  print 'Specify a targetfolder!'
30
29
  else
31
30
  if Dir.exist?("#{target}")
32
31
  config = get_config(target)
32
+ generate_highlight_css(target)
33
+
33
34
  app = build_rack_app(target, config)
34
35
 
35
36
  Rack::Server.start(app: app, Port: config['Port'], server: config['Server'])
@@ -41,7 +42,7 @@ module Rack
41
42
 
42
43
  # Command to generate the folder skeleton
43
44
  # @param [String] folder
44
- def generate(folder)
45
+ def self.generate(folder)
45
46
  puts "\tGenerating folder skeleton\n"
46
47
  system("mkdir #{folder}")
47
48
  system("mkdir #{folder}/assets")
@@ -52,26 +53,12 @@ module Rack
52
53
  system("mkdir #{folder}/operator")
53
54
 
54
55
  puts "\n\tSetting up essential Files\n"
55
-
56
- # SET UP operator.rb
57
56
  setup('operator.rb', "#{folder}/operator", true)
58
-
59
- # SET UP config.yml
60
57
  setup('config.yml', "#{folder}", true)
61
-
62
- # SET UP index.content
63
58
  setup('index.content', "#{folder}", true)
64
-
65
- # SET UP layout.html
66
59
  setup('layout.html', "#{folder}/assets/layout", true)
67
-
68
- # SET UP style.css
69
60
  setup('style.css', "#{folder}/assets/style", false)
70
-
71
- # SET UP script.js
72
61
  setup('script.js', "#{folder}/assets/js", false)
73
-
74
- # SET UP Gemfile
75
62
  setup('Gemfile', "#{folder}", true)
76
63
 
77
64
  puts "\n\tSetup finished! Have Fun\n"
@@ -80,17 +67,32 @@ module Rack
80
67
 
81
68
  # Display Version
82
69
  # @return [String] VERSION
83
- def version
70
+ def self.version
84
71
  puts "\n\tVERSION: #{Rack::Blogengine::VERSION}\n"
85
72
  end
86
73
 
87
- #
74
+ private
75
+
76
+ # Populates highlight.css with specific highlight css
77
+ # @param [String] target [Targetfolder in which highlight.css lives]
78
+ def self.generate_highlight_css(target)
79
+ system("rm #{target}/assets/style/highlight.css") if ::File.exist?("#{target}/assets/style/highlight.css")
80
+
81
+ setup('highlight.css', "#{target}/assets/style", false)
82
+
83
+ path = "#{target}/assets/style"
84
+
85
+ css = Pygments.css(style: Rack::Blogengine.config['pygments_style'])
86
+
87
+ File.open("#{path}/highlight.css", 'w') { |file| file.write(css) }
88
+ end
89
+
88
90
  # Build rack app via Rack::Builder
89
91
  # @param [String] target [The Targetfolder where all relevant files are located]
90
92
  # @param [Hash] config [Config via get_config -> parses in config.yml]
91
93
  #
92
94
  # @return [Rack::Builder] Rack Application
93
- def build_rack_app(target, config)
95
+ def self.build_rack_app(target, config)
94
96
  Rack::Builder.new do
95
97
  map '/assets' do
96
98
  run Rack::Directory.new("#{target}/assets")
@@ -102,10 +104,6 @@ module Rack
102
104
  end
103
105
  end
104
106
 
105
- # Parse in all Documents in cli.run(target)
106
- # -> $documents are parsed in only once and then cached via a global variable
107
- # Todo Cache without global variable?
108
- # Global Variable replaced with module instance variable
109
107
  Rack::Blogengine.documents = DocumentParser.parse_in_documents(target)
110
108
 
111
109
  run Application.new
@@ -116,7 +114,7 @@ module Rack
116
114
  # @param [String] name
117
115
  # @param [String] path
118
116
  # @param [boolean] essential
119
- def setup(name, path, essential)
117
+ def self.setup(name, path, essential)
120
118
  puts "\tSet up #{path}/#{name}\n"
121
119
  system("touch #{path}/#{name}")
122
120
  if essential
@@ -129,7 +127,7 @@ module Rack
129
127
  # Get YAML Config settings for Server.start && HTTPauth
130
128
  # @param [String] target
131
129
  # @return [Hash] Config
132
- def get_config(target)
130
+ def self.get_config(target)
133
131
  config_yaml = YAML.load(::File.open("#{target}/config.yml"))
134
132
 
135
133
  port = config_yaml['Port']
@@ -148,9 +146,6 @@ module Rack
148
146
  'pygments_style' => pygments_style,
149
147
  'pygments_seperator' => pygments_seperator }
150
148
  end
151
-
152
- private :get_config, :setup, :build_rack_app
153
- end
154
149
  end
155
150
  end
156
151
  end
@@ -43,7 +43,6 @@ module Rack
43
43
  documents << @document
44
44
  end
45
45
 
46
- generate_highlight_css(target)
47
46
  sort(documents)
48
47
 
49
48
  # Has to exec operator after all docs were read,
@@ -138,20 +137,6 @@ module Rack
138
137
  Pygments.highlight(code, lexer: language.to_sym)
139
138
  end
140
139
 
141
- # Populates highlight.css with specific highlight css
142
- # @param [String] target [Targetfolder in which highlight.css lives]
143
- def self.generate_highlight_css(target)
144
- cli = Rack::Blogengine::CommandLineInterface
145
- system("rm #{target}/assets/style/highlight.css") if ::File.exist?("#{target}/assets/style/highlight.css")
146
-
147
- cli.send(:setup, 'highlight.css', "#{target}/assets/style", false)
148
-
149
- path = "#{target}/assets/style"
150
-
151
- css = Pygments.css(style: Rack::Blogengine.config['pygments_style'])
152
- ::File.open("#{path}/highlight.css", 'w') { |file| file.write(css) }
153
- end
154
-
155
140
  # Replace layout placeholder with content from .content file
156
141
  # @param [String] layout
157
142
  # @param [String] title
@@ -193,7 +178,7 @@ module Rack
193
178
  end
194
179
 
195
180
  class << self
196
- private :sort, :fill_file_contents, :generate_highlight_css, :highlight, :get_highlight_code, :get_content_array, :get_file_contents
181
+ private :sort, :fill_file_contents, :highlight, :get_highlight_code, :get_content_array, :get_file_contents
197
182
  end
198
183
  end
199
184
  end
@@ -7,6 +7,6 @@ module Rack
7
7
  #
8
8
  module Blogengine
9
9
  # Current Rack::Blogengine Version
10
- VERSION = '1.0.8'.freeze
10
+ VERSION = '1.0.9'.freeze
11
11
  end
12
12
  end
@@ -6,18 +6,18 @@ require 'rack/blogengine/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "rack-blogengine"
8
8
  spec.version = Rack::Blogengine::VERSION
9
- spec.authors = ["Benny1992"]
10
- spec.email = ["r3qnbenni@gmail.com"]
9
+ spec.authors = ["Benny Klotz"]
10
+ spec.email = ["benny.klotz92@gmail.com"]
11
11
  spec.description = %q{Blogengine based on rack applications}
12
12
  spec.summary = "#{spec.description}"
13
- spec.homepage = "https://github.com/Benny1992/rack-blogengine"
13
+ spec.homepage = "https://github.com/tak1n/rack-blogengine"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.post_install_message = 'Please report any issues at: ' \
17
- 'https://github.com/Benny1992/rack-blogengine/issues/new'
17
+ 'https://github.com/tak1n/rack-blogengine/issues/new'
18
18
 
19
- spec.cert_chain = ['certs/benny1992.pem']
20
- spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/
19
+ # spec.cert_chain = ['certs/benny1992.pem']
20
+ # spec.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/
21
21
 
22
22
  spec.files = File.read(File.expand_path('../MANIFEST', __FILE__)).split("\n")
23
23
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -29,6 +29,9 @@ Gem::Specification.new do |spec|
29
29
  spec.add_development_dependency "rake", '~> 10.3'
30
30
  spec.add_development_dependency "coveralls", '~> 0.7'
31
31
  spec.add_development_dependency "rack-test", '~> 0.6'
32
+ spec.add_development_dependency 'minitest', '~> 5.3'
33
+ spec.add_development_dependency 'minitest-reporters'
34
+ spec.add_development_dependency 'pry'
32
35
 
33
36
  spec.add_runtime_dependency "rack", '~> 1.5'
34
37
  spec.add_runtime_dependency "pygments.rb", '~> 0.5'
metadata CHANGED
@@ -1,36 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-blogengine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
- - Benny1992
7
+ - Benny Klotz
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRIwEAYDVQQDDAlyM3Fu
14
- YmVubmkxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
15
- bTAeFw0xNDA0MjExOTQzMTlaFw0xNTA0MjExOTQzMTlaMEAxEjAQBgNVBAMMCXIz
16
- cW5iZW5uaTEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYD
17
- Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7X+4MquQoVgdfprX
18
- VfkB+KUC+QbQBaN/5PDmaZDQ0J8SfbwDPLwJfFcYiPD93jaDDCzgiBpn3I9pG7OQ
19
- iPVZXkz1vSXpQXg1boY6t50ihvY9zZKSRWbm7e96qLY0/zu4s5Szq6XckH4XgFc0
20
- q0Sa2528N2jb6Z9EqTfnTw6+syV7VAl2XjO0hJqiSwJJBInSK+ZlcmXe+PCQv4vN
21
- 0sD+OhdoO9u/0UwiQcV7AdZUtA71tNrmfACDHmYaN/m8WqSuYlSkEbqOlO3802SP
22
- jV916jxpx+pI0qiDv7O7FwsCn7bUcW0IYEn3mvJt3ZEVW+YcjUiJitN23aG/iZIg
23
- o5NMFQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
24
- UbOG4bGA7P46mRQtGnL7eY7tYUIwHgYDVR0RBBcwFYETcjNxbmJlbm5pQGdtYWls
25
- LmNvbTAeBgNVHRIEFzAVgRNyM3FuYmVubmlAZ21haWwuY29tMA0GCSqGSIb3DQEB
26
- BQUAA4IBAQCOmVHzb56VCR9y0zWfe2+V3VFtl4+fDcaT8X3ohUHDzsAEXJalZqp9
27
- 1PkzIOwJn9nqRUmYuci4VoFTDjuKqwEjRwodZ0NuxbNDEvSfML7aIvw6H4934oZQ
28
- vqV+uN2HIIT7HYm60w2Yx3mKkyMXmleDcuzuKBLMg9BGNTAWnrHryjfcJh/+yLU6
29
- ipTSnKI4U2J2QWm8zLCfK1kzSbWTaogZC8MdLdtoHYMCEFzqK9rrFbbVLkvdQkvE
30
- qflwFTs3mUnCxwFS6h8v9Sk3QjEorQxkIk2z7RPx+fuAkdL5azXLMD3iq1dOintK
31
- 7B4tzcOuOVbNMqnlBaYaO8M64lJGfRv8
32
- -----END CERTIFICATE-----
33
- date: 2014-04-29 00:00:00.000000000 Z
10
+ cert_chain: []
11
+ date: 2015-03-18 00:00:00.000000000 Z
34
12
  dependencies:
35
13
  - !ruby/object:Gem::Dependency
36
14
  name: bundler
@@ -88,6 +66,48 @@ dependencies:
88
66
  - - "~>"
89
67
  - !ruby/object:Gem::Version
90
68
  version: '0.6'
69
+ - !ruby/object:Gem::Dependency
70
+ name: minitest
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '5.3'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '5.3'
83
+ - !ruby/object:Gem::Dependency
84
+ name: minitest-reporters
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: pry
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
91
111
  - !ruby/object:Gem::Dependency
92
112
  name: rack
93
113
  requirement: !ruby/object:Gem::Requirement
@@ -132,14 +152,13 @@ dependencies:
132
152
  version: '1.6'
133
153
  description: Blogengine based on rack applications
134
154
  email:
135
- - r3qnbenni@gmail.com
155
+ - benny.klotz92@gmail.com
136
156
  executables:
137
157
  - rack-blogengine
138
158
  extensions: []
139
159
  extra_rdoc_files: []
140
160
  files:
141
- - ".yardopts"
142
- - LICENSE.txt
161
+ - LICENSE
143
162
  - MANIFEST
144
163
  - README.md
145
164
  - assets/Gemfile
@@ -154,28 +173,8 @@ files:
154
173
  - assets/pygment.content
155
174
  - assets/title_error.content
156
175
  - bin/rack-blogengine
157
- - doc/Operator.html
158
- - doc/Rack.html
159
- - doc/Rack/Blogengine.html
160
- - doc/Rack/Blogengine/Application.html
161
- - doc/Rack/Blogengine/ApplicationRouter.html
162
- - doc/Rack/Blogengine/CommandLineInterface.html
163
- - doc/Rack/Blogengine/Document.html
164
- - doc/Rack/Blogengine/DocumentParser.html
165
- - doc/_index.html
166
- - doc/class_list.html
167
- - doc/css/common.css
168
- - doc/css/full_list.css
169
- - doc/css/style.css
170
- - doc/file.README.html
171
- - doc/file_list.html
172
- - doc/frames.html
173
- - doc/index.html
174
- - doc/js/app.js
175
- - doc/js/full_list.js
176
- - doc/js/jquery.js
177
- - doc/method_list.html
178
- - doc/top-level-namespace.html
176
+ - checksum/rack-blogengine-1.0.6.gem.sha512
177
+ - checksum/rack-blogengine-1.0.7.gem.sha512
179
178
  - lib/rack/blogengine.rb
180
179
  - lib/rack/blogengine/application.rb
181
180
  - lib/rack/blogengine/application_router.rb
@@ -185,11 +184,11 @@ files:
185
184
  - lib/rack/blogengine/operator.rb
186
185
  - lib/rack/blogengine/version.rb
187
186
  - rack-blogengine.gemspec
188
- homepage: https://github.com/Benny1992/rack-blogengine
187
+ homepage: https://github.com/tak1n/rack-blogengine
189
188
  licenses:
190
189
  - MIT
191
190
  metadata: {}
192
- post_install_message: 'Please report any issues at: https://github.com/Benny1992/rack-blogengine/issues/new'
191
+ post_install_message: 'Please report any issues at: https://github.com/tak1n/rack-blogengine/issues/new'
193
192
  rdoc_options: []
194
193
  require_paths:
195
194
  - lib
@@ -205,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
204
  version: '0'
206
205
  requirements: []
207
206
  rubyforge_project:
208
- rubygems_version: 2.2.2
207
+ rubygems_version: 2.4.5
209
208
  signing_key:
210
209
  specification_version: 4
211
210
  summary: Blogengine based on rack applications
checksums.yaml.gz.sig DELETED
@@ -1,2 +0,0 @@
1
- xJ-�f��k֛�Pʾ~��j�,�|���N�� ����BA������h-�['�2���r2���h`�OD��TLBP@�rs�5I��`��� ���AJ���[��i{1�3�|����X,�LZ1�]`��o�3��H��:ᣧ������hȶj���|�v�
2
- i�`�bsl�5ɦа3�zC�^����3������grJi�0�)S����a� �?�%LfxX?r�4�p(&�<��E�6k���@ 5�T?|ů1�
data/.yardopts DELETED
@@ -1 +0,0 @@
1
- --private
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2013 Benny1992
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.