semantic_navigation 0.2.1 → 0.2.2

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: 216bc40dad2085d5902d0b24ad7a1b3546f85d50
4
- data.tar.gz: a6c3fb15468b760f1b59a248b22ba5cea9c56009
3
+ metadata.gz: fa78e0e639fa21cf2025dfdb46fdb185f071fa4a
4
+ data.tar.gz: 299be83baf7b39fa71f3a9d2275a1720fc3328d5
5
5
  SHA512:
6
- metadata.gz: 372129da53b76e11bf4bd3c199246629b0c23f0abcd63a0e612ebf64f6c69de87b52fc59505f50991896a2b66452f7dd35e01e8ba74b1af4a3db3c3ce62fd6c4
7
- data.tar.gz: 8f4e7d2972a64454e941728685e3b8f1203b8da10ea141df9dba9b538d9abece3e8f6d4960fad82d7ac8555f75de57c60d61fa8d56646cd9c0e59e183b46a56c
6
+ metadata.gz: 5cfe4c659566a59d3ee5259536427342ab5247c64db9cc756273ec6f0e7b791dc1afd66cc83af883c39c6f4a5f417843d64c43524e2cb40f96f5086d187a430b
7
+ data.tar.gz: f27f35cfe5752b9de05117dddff54312fd4eb42e0720cea4c97004d4adcd770f39bb1aa3973fb01db59f17e7ed7aa16bfbfe84b395568b7f869b30f001b409a6
data/.gitignore CHANGED
@@ -1,6 +1,5 @@
1
1
  *.gem
2
2
  .bundle
3
- Gemfile.lock
4
3
  pkg/*
5
4
  .rvmrc
6
5
  nbproject/*
data/Gemfile.lock ADDED
@@ -0,0 +1,111 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ semantic_navigation (0.2.1)
5
+ rails (>= 3.2.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (4.1.6)
11
+ actionpack (= 4.1.6)
12
+ actionview (= 4.1.6)
13
+ mail (~> 2.5, >= 2.5.4)
14
+ actionpack (4.1.6)
15
+ actionview (= 4.1.6)
16
+ activesupport (= 4.1.6)
17
+ rack (~> 1.5.2)
18
+ rack-test (~> 0.6.2)
19
+ actionview (4.1.6)
20
+ activesupport (= 4.1.6)
21
+ builder (~> 3.1)
22
+ erubis (~> 2.7.0)
23
+ activemodel (4.1.6)
24
+ activesupport (= 4.1.6)
25
+ builder (~> 3.1)
26
+ activerecord (4.1.6)
27
+ activemodel (= 4.1.6)
28
+ activesupport (= 4.1.6)
29
+ arel (~> 5.0.0)
30
+ activesupport (4.1.6)
31
+ i18n (~> 0.6, >= 0.6.9)
32
+ json (~> 1.7, >= 1.7.7)
33
+ minitest (~> 5.1)
34
+ thread_safe (~> 0.1)
35
+ tzinfo (~> 1.1)
36
+ appraisal (1.0.2)
37
+ bundler
38
+ rake
39
+ thor (>= 0.14.0)
40
+ arel (5.0.1.20140414130214)
41
+ builder (3.2.2)
42
+ diff-lcs (1.2.5)
43
+ docile (1.1.5)
44
+ erubis (2.7.0)
45
+ hike (1.2.3)
46
+ i18n (0.7.0)
47
+ json (1.8.2)
48
+ mail (2.6.3)
49
+ mime-types (>= 1.16, < 3)
50
+ mime-types (2.4.3)
51
+ minitest (5.5.1)
52
+ multi_json (1.10.1)
53
+ rack (1.5.2)
54
+ rack-test (0.6.3)
55
+ rack (>= 1.0)
56
+ rails (4.1.6)
57
+ actionmailer (= 4.1.6)
58
+ actionpack (= 4.1.6)
59
+ actionview (= 4.1.6)
60
+ activemodel (= 4.1.6)
61
+ activerecord (= 4.1.6)
62
+ activesupport (= 4.1.6)
63
+ bundler (>= 1.3.0, < 2.0)
64
+ railties (= 4.1.6)
65
+ sprockets-rails (~> 2.0)
66
+ railties (4.1.6)
67
+ actionpack (= 4.1.6)
68
+ activesupport (= 4.1.6)
69
+ rake (>= 0.8.7)
70
+ thor (>= 0.18.1, < 2.0)
71
+ rake (10.3.2)
72
+ rspec (3.1.0)
73
+ rspec-core (~> 3.1.0)
74
+ rspec-expectations (~> 3.1.0)
75
+ rspec-mocks (~> 3.1.0)
76
+ rspec-core (3.1.4)
77
+ rspec-support (~> 3.1.0)
78
+ rspec-expectations (3.1.1)
79
+ diff-lcs (>= 1.2.0, < 2.0)
80
+ rspec-support (~> 3.1.0)
81
+ rspec-mocks (3.1.1)
82
+ rspec-support (~> 3.1.0)
83
+ rspec-support (3.1.0)
84
+ simplecov (0.9.1)
85
+ docile (~> 1.1.0)
86
+ multi_json (~> 1.0)
87
+ simplecov-html (~> 0.8.0)
88
+ simplecov-html (0.8.0)
89
+ sprockets (2.12.3)
90
+ hike (~> 1.2)
91
+ multi_json (~> 1.0)
92
+ rack (~> 1.0)
93
+ tilt (~> 1.1, != 1.3.0)
94
+ sprockets-rails (2.2.2)
95
+ actionpack (>= 3.0)
96
+ activesupport (>= 3.0)
97
+ sprockets (>= 2.8, < 4.0)
98
+ thor (0.19.1)
99
+ thread_safe (0.3.4)
100
+ tilt (1.4.1)
101
+ tzinfo (1.2.2)
102
+ thread_safe (~> 0.1)
103
+
104
+ PLATFORMS
105
+ ruby
106
+
107
+ DEPENDENCIES
108
+ appraisal
109
+ rspec (>= 2.0.1)
110
+ semantic_navigation!
111
+ simplecov
@@ -39,7 +39,6 @@ module SemanticNavigation
39
39
  else
40
40
  ActionDispatch::Callbacks.to_prepare {
41
41
  require 'pry'
42
- binding.pry
43
42
  load SemanticNavigation.actual_config_location
44
43
  SemanticNavigation::Railtie.register_bootstrap_renderers
45
44
  }
@@ -1,3 +1,3 @@
1
1
  module SemanticNavigation
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic_navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Gribovski
@@ -81,6 +81,7 @@ files:
81
81
  - Appraisals
82
82
  - Changelog.md
83
83
  - Gemfile
84
+ - Gemfile.lock
84
85
  - MIT-LICENSE
85
86
  - README.md
86
87
  - Rakefile