trix_on_rails 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d90bc6d716f2688c5504f1a99a30fb7ec4ee54b
4
- data.tar.gz: d6b3222a30b26812abd196425de0b8fd649725e1
3
+ metadata.gz: e8885f46a5fe7c5682c15a27dfbd6f6b09ec7c5e
4
+ data.tar.gz: d8dc201e6fd301548ce17e1975329b1badd8e9e7
5
5
  SHA512:
6
- metadata.gz: f6d50acfe473223e268bce8f5ebf410d5d9f04c600ef31ddfff172764ffe8cb0cda6a4501f6736180035487ee1de20f7df8822f5bf3549fd5d191ebf5911249e
7
- data.tar.gz: d08f97ca155fbc27e55c6fa38945e047dd0f469aa3305c860f261cfda8dc48bfbbdb89b9f1695ab0c736587a91f638e7a9c295ca6e7c7d5df50ab03dca111f34
6
+ metadata.gz: 83bf1e31322c1de73239bd2bf75c697f89f6578d082b90c2dfc2026a50e2eeb05211140209b862f9324715a8dee55ae7c64b2b1623789a79a7cd691359bbf2d5
7
+ data.tar.gz: 4b391373223b13e0311ff099bf5a0692f9de52740d201357ed6376fde555e7e2de5e8b60644cdbcb813e39652bed27f008b06a56c769b379b0768da25b1eeded
@@ -1,3 +1,3 @@
1
1
  module TrixOnRails
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
@@ -0,0 +1,8 @@
1
+ ActiveRecord::SchemaMigration Load (27.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
2
+  (143.6ms) DROP DATABASE IF EXISTS `dummy_test`
3
+  (8.8ms) CREATE DATABASE `dummy_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
4
+  (0.2ms) BEGIN
5
+ -----------------------------
6
+ TrixOnRails::Test: test_truth
7
+ -----------------------------
8
+  (0.2ms) ROLLBACK
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trix_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - rolf
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 5.0.0.alpha
20
- type: :runtime
20
+ type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: 0.4.0
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: 0.4.0
41
41
  description: this gem adds basecamps's trix.js to the assets-pipeline
42
42
  email:
43
43
  - rolf@l-plan.nl
@@ -91,6 +91,7 @@ files:
91
91
  - test/dummy/config/locales/en.yml
92
92
  - test/dummy/config/routes.rb
93
93
  - test/dummy/config/secrets.yml
94
+ - test/dummy/log/test.log
94
95
  - test/dummy/public/404.html
95
96
  - test/dummy/public/422.html
96
97
  - test/dummy/public/500.html
@@ -157,6 +158,7 @@ test_files:
157
158
  - test/dummy/config/routes.rb
158
159
  - test/dummy/config/secrets.yml
159
160
  - test/dummy/config.ru
161
+ - test/dummy/log/test.log
160
162
  - test/dummy/public/404.html
161
163
  - test/dummy/public/422.html
162
164
  - test/dummy/public/500.html