pettanr_simple_format 0.0.12 → 0.0.13

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.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MDE2M2MzNTZjYjRkMGI0OTRhYzllMDM3YjUxNTgwZjBjODczNjk4ZQ==
5
+ data.tar.gz: !binary |-
6
+ MDQyYzQ3NTczZjdhZDhjZWJhOTg2NGIyNmRiZjk0OWQ3YTc0ZTVkMg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ YzNlOTExZGM0MjViZTVlZjZjNjg1OGM3NzQxY2Y0YzhiMGE0OTk0YmI5YWY2
10
+ Yjk0ZDFkYWU3MzQ4M2MxNWRiZGRmZTUwZGFlMmRlZjczN2ZkZTU3MzMxMTA3
11
+ ZjMyOWRmZmU1ZmVhZTQ0MjA0ZTI4NjM3OTUyNjJmMDkyODYwMGM=
12
+ data.tar.gz: !binary |-
13
+ NzVmMzFlOTA4NjE1MGNiYzI1MDI5MTIxZjZhYjE5NDBhZGI0NTcxNGQ5MGFi
14
+ ZTZhMTg0MmRhMjU3ZDQxYmZiNWM2OTFlNTMzMWE4MjkwMjRmMzA3ZWMzMWY5
15
+ MjdkYWQ1ZDI4MjE4NzhlZGIwMGMwYjcyYzA4MTVlMmFiNDQ5YmQ=
@@ -1,4 +1,2 @@
1
1
  module PettanrSimpleFormat
2
- class Renderer
3
- end
4
2
  end
@@ -1,7 +1,7 @@
1
1
  require "pettanr_simple_format/engine"
2
2
 
3
3
  module PettanrSimpleFormat
4
- module Renderer
4
+ module RendererModule
5
5
  def render
6
6
  self.render_simple_format(self.content)
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module PettanrSimpleFormat
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
3
3
  end
metadata CHANGED
@@ -1,8 +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.12
5
- prerelease:
4
+ version: 0.0.13
6
5
  platform: ruby
7
6
  authors:
8
7
  - yasushiito
@@ -14,7 +13,6 @@ dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: sqlite3
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -34,6 +31,9 @@ executables: []
34
31
  extensions: []
35
32
  extra_rdoc_files: []
36
33
  files:
34
+ - MIT-LICENSE
35
+ - README.rdoc
36
+ - Rakefile
37
37
  - app/assets/javascripts/pettanr_simple_format/application.js
38
38
  - app/assets/javascripts/pettanr_simple_format/pettanr_simple_format.js.coffee
39
39
  - app/assets/stylesheets/pettanr_simple_format/application.css
@@ -46,36 +46,32 @@ files:
46
46
  - db/pettanr_simple_format.json
47
47
  - db/work/icon.png
48
48
  - db/work/pettanr_simple_format.json
49
+ - lib/pettanr_simple_format.rb
49
50
  - lib/pettanr_simple_format/engine.rb
50
51
  - lib/pettanr_simple_format/version.rb
51
- - lib/pettanr_simple_format.rb
52
52
  - lib/tasks/pettanr_simple_format.rake
53
53
  - lib/tasks/pettanr_simple_format_tasks.rake
54
- - MIT-LICENSE
55
- - Rakefile
56
- - README.rdoc
57
54
  homepage: https://github.com/yasushiito/pettanr_simple_format/wiki
58
55
  licenses: []
56
+ metadata: {}
59
57
  post_install_message:
60
58
  rdoc_options: []
61
59
  require_paths:
62
60
  - lib
63
61
  required_ruby_version: !ruby/object:Gem::Requirement
64
- none: false
65
62
  requirements:
66
63
  - - ! '>='
67
64
  - !ruby/object:Gem::Version
68
65
  version: '0'
69
66
  required_rubygems_version: !ruby/object:Gem::Requirement
70
- none: false
71
67
  requirements:
72
68
  - - ! '>='
73
69
  - !ruby/object:Gem::Version
74
70
  version: '0'
75
71
  requirements: []
76
72
  rubyforge_project:
77
- rubygems_version: 1.8.25
73
+ rubygems_version: 2.3.0
78
74
  signing_key:
79
- specification_version: 3
75
+ specification_version: 4
80
76
  summary: SimpleFormat for PettanR Speech
81
77
  test_files: []