pettanr_simple_format 0.0.3 → 0.0.4

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.
@@ -1,3 +1,3 @@
1
1
  module PettanrSimpleFormat
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pettanr_simple_format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,6 +27,22 @@ dependencies:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
29
  version: 3.1.1
30
+ - !ruby/object:Gem::Dependency
31
+ name: sanitize
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
30
46
  - !ruby/object:Gem::Dependency
31
47
  name: sqlite3
32
48
  requirement: !ruby/object:Gem::Requirement
@@ -54,10 +70,6 @@ files:
54
70
  - app/assets/javascripts/pettanr_simple_format/writing_formats.js
55
71
  - app/assets/stylesheets/pettanr_simple_format/application.css
56
72
  - app/assets/stylesheets/pettanr_simple_format/writing_formats.css
57
- - app/controllers/pettanr_simple_format/application_controller.rb
58
- - app/controllers/pettanr_simple_format/writing_formats_controller.rb
59
- - app/helpers/pettanr_simple_format/application_helper.rb
60
- - app/helpers/pettanr_simple_format/writing_formats_helper.rb
61
73
  - app/models/pettanr_simple_format/renderer.rb
62
74
  - app/views/layouts/pettanr_simple_format/application.html.erb
63
75
  - config/locales/pettanr_simple_format.ja.yml
@@ -74,7 +86,7 @@ files:
74
86
  - MIT-LICENSE
75
87
  - Rakefile
76
88
  - README.rdoc
77
- homepage: https://github.com/yasushiito/circle_speech_balloon/wiki
89
+ homepage: https://github.com/yasushiito/pettanr_simple_format/wiki
78
90
  licenses: []
79
91
  post_install_message:
80
92
  rdoc_options: []
@@ -1,4 +0,0 @@
1
- module PettanrSimpleFormat
2
- class ApplicationController < ::ApplicationController
3
- end
4
- end
@@ -1,6 +0,0 @@
1
- require_dependency "pettanr_simple_format/application_controller"
2
-
3
- module PettanrSimpleFormat
4
- class WritingFormatsController < ApplicationController
5
- end
6
- end
@@ -1,4 +0,0 @@
1
- module PettanrSimpleFormat
2
- module ApplicationHelper
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module PettanrSimpleFormat
2
- module WritingFormatsHelper
3
- end
4
- end