simple_text 0.0.21 → 0.0.22
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 +4 -4
- data/lib/simple_text/version.rb +1 -1
- metadata +4 -4
- data/app/assets/javascripts/simple_text/application.js +0 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f6a0ed2c1929e58d80c18f728afb2e4818767aa
|
|
4
|
+
data.tar.gz: dd3fbf1b375e8f7526c4dd92f102fb3ea3ed1023
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bdf1d3a8854d53aa796ceb0a60f01f00672b03957961c05dbf9f8519804d11a17cd727137c3afb09fa44bf29725d44ef2e99839ae30e8f9e5ffccd4a0217e15
|
|
7
|
+
data.tar.gz: 83ab428c441030241c320e7946a5da7beef034d07940f337d5537a7febe0ad035a51764f3cd12b36e7629717dde9e8dd09801a562abb5ffb22dfb93b55af4cc3
|
data/lib/simple_text/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_text
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fletcher91
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -105,7 +105,6 @@ files:
|
|
|
105
105
|
- APACHE-LICENSE
|
|
106
106
|
- README.md
|
|
107
107
|
- Rakefile
|
|
108
|
-
- app/assets/javascripts/simple_text/application.js
|
|
109
108
|
- app/assets/stylesheets/simple_text/application.css
|
|
110
109
|
- app/assets/stylesheets/simple_text/documents.css.scss
|
|
111
110
|
- app/controllers/simple_text/application_controller.rb
|
|
@@ -180,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
180
179
|
version: '0'
|
|
181
180
|
requirements: []
|
|
182
181
|
rubyforge_project:
|
|
183
|
-
rubygems_version: 2.
|
|
182
|
+
rubygems_version: 2.4.7
|
|
184
183
|
signing_key:
|
|
185
184
|
specification_version: 4
|
|
186
185
|
summary: A simple markdown document system to present documents such as Terms & Conditions
|
|
@@ -223,3 +222,4 @@ test_files:
|
|
|
223
222
|
- test/integration/navigation_test.rb
|
|
224
223
|
- test/simple_text_test.rb
|
|
225
224
|
- test/test_helper.rb
|
|
225
|
+
has_rdoc:
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
|
2
|
-
// listed below.
|
|
3
|
-
//
|
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
|
5
|
-
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
|
|
6
|
-
//
|
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
8
|
-
// compiled file.
|
|
9
|
-
//
|
|
10
|
-
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
|
|
11
|
-
// about supported directives.
|
|
12
|
-
//
|
|
13
|
-
//= require_tree .
|