action_scribe 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d8ff84ae9aeaf60b3b98a97ce7ee85f8e58ded2c3bc047761bb054ba69a14dc2
4
+ data.tar.gz: 85bd014cd809d0cb49f778b2ea2a60dc202364e7d22cd90227f2a5c0dc9d249b
5
+ SHA512:
6
+ metadata.gz: fe83b802b572ec7314571d60cfbd74399ffe1dd533e1b40b130b90bb45beea99a6177201ba4bbed8b2b82aeba67c3f070d6a07cde15ee1db79767638ceeef5c6
7
+ data.tar.gz: 2d12864071047c59b0e3dded8bb0209a2659f7309f6aa64cdc4e113e36a07438c8d277c6ef06f4b81b08b3e9bfb526f2e0a39f829134bf0103374468fef6acf8
@@ -0,0 +1,2 @@
1
+ module ActionScribe
2
+ end
@@ -0,0 +1,3 @@
1
+ module ActionScribe
2
+ VERSION = '0.0.0'
3
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: action_scribe
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Joshua Hadik
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-04-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Action Scribe is the foundation of AlexaRailsKit SSML output. It allows
14
+ for easy rendering of phrases, nested layouts, instance variables, and 'partial'
15
+ rendering.
16
+ email:
17
+ - josh.hadik@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/action_scribe.rb
23
+ - lib/action_scribe/version.rb
24
+ homepage: https://github.com/JoshHadik/ActionScribe
25
+ licenses:
26
+ - MIT
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubyforge_project:
44
+ rubygems_version: 2.7.6
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: The backbone of SSML rendering for AlexaRailsKit
48
+ test_files: []