x_ray 0.0.5 → 0.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c1e1fdd214aab58045c11644ba06cfaf25c8dff
4
- data.tar.gz: afebe55c7d2f259de73ad2644ec059dbf8c2810c
3
+ metadata.gz: 8df3db74181ee8ae710fccb295cd8613db9900ed
4
+ data.tar.gz: e306a8c8e3cc4666fb754d6b4613bb7b2d79a637
5
5
  SHA512:
6
- metadata.gz: ef2e366b2315d20bbca4137b1571237f3e69c572f85df8b8701904fdd33d64ca80ec5d97387c9cc7241c3153ef4c0a3ae95e2bdabf1177670dfb3f0d77e1b025
7
- data.tar.gz: 157cb5f7dab25d357c22a1b4ffbc26956c15aa42f2ddcfc7ca7ae5f0beb146a07c704cbcf299aca1751737e335ebfcebc9f0a7b0967ee13f81c039e154a4d7c6
6
+ metadata.gz: 960af6c6702049b130342fa114ac60bc15ac444803e5605b34cfcb10e4571ac2064982efead5cf5c96e964a4b4eb42d9eb84b4f027697dbe139b0643113e3221
7
+ data.tar.gz: 80c39a1327b91e5eaf9e0ece7cba5d87f15d1a4a687f5b63ff3fe913cd557abf7c2d5cf6b3065e753667e7cf660e990585ec47151dd62d3c3b9fcc8ddaf3e473
data/.gitignore CHANGED
@@ -1,10 +1,4 @@
1
1
  .bundle/
2
2
  log/*.log
3
- pkg/
4
- test/dummy/db/*.sqlite3
5
- test/dummy/db/*.sqlite3-journal
6
- test/dummy/log/*.log
7
- test/dummy/tmp/
8
- test/dummy/.sass-cache
9
3
  *.gem
10
4
  .DS_Store
data/lib/x_ray/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module XRay
2
- VERSION = '0.0.5'.freeze
2
+ VERSION = '0.0.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: x_ray
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiffany Huang
@@ -60,7 +60,6 @@ extra_rdoc_files: []
60
60
  files:
61
61
  - .gitignore
62
62
  - Gemfile
63
- - Gemfile.lock
64
63
  - MIT-LICENSE
65
64
  - README.md
66
65
  - app/assets/javascripts/x_ray/application.js
@@ -68,13 +67,10 @@ files:
68
67
  - app/assets/stylesheets/x_ray/prettifier.scss
69
68
  - app/helpers/x_ray/helper.rb
70
69
  - app/views/layouts/x_ray/_scan.html.erb
71
- - lib/.DS_Store
72
70
  - lib/x_ray.rb
73
71
  - lib/x_ray/.DS_Store
74
72
  - lib/x_ray/engine.rb
75
73
  - lib/x_ray/version.rb
76
- - test/test_helper.rb
77
- - test/x_ray_test.rb
78
74
  - x_ray.gemspec
79
75
  homepage: https://github.com/tiffling/x_ray
80
76
  licenses:
data/Gemfile.lock DELETED
@@ -1,112 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- x_ray (0.0.4)
5
- highlight
6
- rails (~> 4.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actionmailer (4.2.6)
12
- actionpack (= 4.2.6)
13
- actionview (= 4.2.6)
14
- activejob (= 4.2.6)
15
- mail (~> 2.5, >= 2.5.4)
16
- rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.6)
18
- actionview (= 4.2.6)
19
- activesupport (= 4.2.6)
20
- rack (~> 1.6)
21
- rack-test (~> 0.6.2)
22
- rails-dom-testing (~> 1.0, >= 1.0.5)
23
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.6)
25
- activesupport (= 4.2.6)
26
- builder (~> 3.1)
27
- erubis (~> 2.7.0)
28
- rails-dom-testing (~> 1.0, >= 1.0.5)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- activejob (4.2.6)
31
- activesupport (= 4.2.6)
32
- globalid (>= 0.3.0)
33
- activemodel (4.2.6)
34
- activesupport (= 4.2.6)
35
- builder (~> 3.1)
36
- activerecord (4.2.6)
37
- activemodel (= 4.2.6)
38
- activesupport (= 4.2.6)
39
- arel (~> 6.0)
40
- activesupport (4.2.6)
41
- i18n (~> 0.7)
42
- json (~> 1.7, >= 1.7.7)
43
- minitest (~> 5.1)
44
- thread_safe (~> 0.3, >= 0.3.4)
45
- tzinfo (~> 1.1)
46
- arel (6.0.3)
47
- builder (3.2.2)
48
- concurrent-ruby (1.0.2)
49
- erubis (2.7.0)
50
- globalid (0.3.6)
51
- activesupport (>= 4.1.0)
52
- highlight (2.0.0)
53
- i18n (0.7.0)
54
- json (1.8.3)
55
- loofah (2.0.3)
56
- nokogiri (>= 1.5.9)
57
- mail (2.6.4)
58
- mime-types (>= 1.16, < 4)
59
- mime-types (3.0)
60
- mime-types-data (~> 3.2015)
61
- mime-types-data (3.2016.0221)
62
- mini_portile2 (2.0.0)
63
- minitest (5.8.4)
64
- nokogiri (1.6.7.2)
65
- mini_portile2 (~> 2.0.0.rc2)
66
- rack (1.6.4)
67
- rack-test (0.6.3)
68
- rack (>= 1.0)
69
- rails (4.2.6)
70
- actionmailer (= 4.2.6)
71
- actionpack (= 4.2.6)
72
- actionview (= 4.2.6)
73
- activejob (= 4.2.6)
74
- activemodel (= 4.2.6)
75
- activerecord (= 4.2.6)
76
- activesupport (= 4.2.6)
77
- bundler (>= 1.3.0, < 2.0)
78
- railties (= 4.2.6)
79
- sprockets-rails
80
- rails-deprecated_sanitizer (1.0.3)
81
- activesupport (>= 4.2.0.alpha)
82
- rails-dom-testing (1.0.7)
83
- activesupport (>= 4.2.0.beta, < 5.0)
84
- nokogiri (~> 1.6.0)
85
- rails-deprecated_sanitizer (>= 1.0.1)
86
- rails-html-sanitizer (1.0.3)
87
- loofah (~> 2.0)
88
- railties (4.2.6)
89
- actionpack (= 4.2.6)
90
- activesupport (= 4.2.6)
91
- rake (>= 0.8.7)
92
- thor (>= 0.18.1, < 2.0)
93
- rake (11.1.2)
94
- sprockets (3.6.0)
95
- concurrent-ruby (~> 1.0)
96
- rack (> 1, < 3)
97
- sprockets-rails (3.0.4)
98
- actionpack (>= 4.0)
99
- activesupport (>= 4.0)
100
- sprockets (>= 3.0.0)
101
- sqlite3 (1.3.11)
102
- thor (0.19.1)
103
- thread_safe (0.3.5)
104
- tzinfo (1.2.2)
105
- thread_safe (~> 0.1)
106
-
107
- PLATFORMS
108
- ruby
109
-
110
- DEPENDENCIES
111
- sqlite3
112
- x_ray!
data/test/test_helper.rb DELETED
@@ -1,21 +0,0 @@
1
- # Configure Rails Environment
2
- ENV["RAILS_ENV"] = "test"
3
-
4
- require File.expand_path("../../test/dummy/config/environment.rb", __FILE__)
5
- ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __FILE__)]
6
- ActiveRecord::Migrator.migrations_paths << File.expand_path('../../db/migrate', __FILE__)
7
- require "rails/test_help"
8
-
9
- # Filter out Minitest backtrace while allowing backtrace from other libraries
10
- # to be shown.
11
- Minitest.backtrace_filter = Minitest::BacktraceFilter.new
12
-
13
- # Load support files
14
- Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
15
-
16
- # Load fixtures from the engine
17
- if ActiveSupport::TestCase.respond_to?(:fixture_path=)
18
- ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
19
- ActionDispatch::IntegrationTest.fixture_path = ActiveSupport::TestCase.fixture_path
20
- ActiveSupport::TestCase.fixtures :all
21
- end
data/test/x_ray_test.rb DELETED
@@ -1,7 +0,0 @@
1
- require 'test_helper'
2
-
3
- class XRayTest < ActiveSupport::TestCase
4
- test "truth" do
5
- assert_kind_of Module, XRay
6
- end
7
- end