action_text-trix 0.0.1

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,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9df7cec1a3c531b0d5284551eb4d992865e8217f065ef8b325c925d61a9da6f4
4
+ data.tar.gz: bc9ac3f8cd8eb645da1483daaebc4debf452bfab9293e146aa9db1bd5c9ebbd6
5
+ SHA512:
6
+ metadata.gz: c469b4d8727fffc01f84829f1d0ed6ad005f874a8a48ef69c346064880379b17896092cf8226cc408af05eee4041e2fa6849ea5e25db39907f3bc63a8d934116
7
+ data.tar.gz: 7a4006ce1de2ba93ad72203d39f2de8b8bb1222887b7b4230c8a7caf12cb038e048fd50bf064466a2fa8f2e39c1fb54f472714806a4126bfdab322fc1fcb3620
@@ -0,0 +1,3 @@
1
+ module Trix
2
+ VERSION = "0.0.1"
3
+ end
metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: action_text-trix
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - 37signals, LLC
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: railties
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
26
+ executables: []
27
+ extensions: []
28
+ extra_rdoc_files: []
29
+ files:
30
+ - lib/action_text/trix/version.rb
31
+ homepage: https://github.com/basecamp/trix
32
+ licenses:
33
+ - MIT
34
+ metadata:
35
+ homepage_uri: https://github.com/basecamp/trix
36
+ source_code_uri: https://github.com/basecamp/trix
37
+ changelog_uri: https://github.com/basecamp/trix/releases
38
+ rdoc_options: []
39
+ require_paths:
40
+ - lib
41
+ required_ruby_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ required_rubygems_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ requirements: []
52
+ rubygems_version: 3.6.8
53
+ specification_version: 4
54
+ summary: A rich text editor for everyday writing
55
+ test_files: []