landable 1.9.0.rc2 → 1.9.0
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/CHANGELOG.md +8 -3
- data/app/controllers/landable/api/configurations_controller.rb +0 -2
- data/app/models/landable/traffic/http_method.rb +1 -1
- data/config/routes.rb +1 -1
- data/lib/landable/partial.rb +1 -1
- data/lib/landable/version.rb +1 -1
- data/spec/controllers/landable/api/configuration_controller_spec.rb +1 -0
- data/spec/lib/landable/partial_spec.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b68579918fa5ff5a6928fcc5e090771516ead6e
|
|
4
|
+
data.tar.gz: 1d8dc92f8efc9a841b4984e437e1d24fc1fd0029
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cc3168b8c66c0cef15396822e3d343ebe2ff279f70e4b065bc781ca3b3542b9ff77b48569443fb7dd0ebe0bca4d32591a1ae9c48ab92a8d44255e26e80188c8
|
|
7
|
+
data.tar.gz: 27350886d3121c13e57573cd5ce9085a686dcf2b56b9b006db113c9c80fcf98681a807579e0d65ccb590aec01808ac46871b13e9dc66979257341e57c036fabd
|
data/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
See README.md before updating this file.
|
|
4
4
|
|
|
5
|
-
## Unreleased [#](https://github.com/enova/landable/compare/v1.9.0
|
|
5
|
+
## Unreleased [#](https://github.com/enova/landable/compare/v1.9.0...master)
|
|
6
6
|
|
|
7
|
-
## 1.9.0
|
|
8
|
-
*
|
|
7
|
+
## 1.9.0 [#](https://github.com/enova/landable/compare/v1.9.0.rc2...v1.9.0)
|
|
8
|
+
* Configuration is not a public API [#15]
|
|
9
|
+
* Updating lookup_by :http_method [#16]
|
|
10
|
+
* Updating descriptions of Partials [#17]
|
|
11
|
+
|
|
12
|
+
## 1.9.0.rc2 [#](https://github.com/enova/landable/compare/v1.9.0.rc1...v1.9.0.rc2)
|
|
13
|
+
* Audits [#10]
|
|
9
14
|
|
|
10
15
|
## 1.9.0.rc1 [#](https://github.com/enova/landable/compare/v1.8.0...v1.9.0.rc1)
|
|
11
16
|
* Expose the tracker's referer domain & path [#14]
|
data/config/routes.rb
CHANGED
|
@@ -12,7 +12,7 @@ Landable::Engine.routes.draw do
|
|
|
12
12
|
|
|
13
13
|
resources :audits, only: [:index, :show]
|
|
14
14
|
|
|
15
|
-
get '
|
|
15
|
+
get 'configurations', to: 'configurations#show'
|
|
16
16
|
|
|
17
17
|
concern :has_assets do
|
|
18
18
|
resources :assets, only: [:index, :update, :destroy]
|
data/lib/landable/partial.rb
CHANGED
|
@@ -6,7 +6,7 @@ module Landable
|
|
|
6
6
|
|
|
7
7
|
def process
|
|
8
8
|
@name = @file.gsub('/',' ').titlecase
|
|
9
|
-
@description = "
|
|
9
|
+
@description = "The Code for this template can be seen at #{@file} in the source code"
|
|
10
10
|
@slug = @file.gsub(/[^\w]/, '_')
|
|
11
11
|
|
|
12
12
|
@processed = true
|
data/lib/landable/version.rb
CHANGED
|
@@ -27,8 +27,8 @@ module Landable
|
|
|
27
27
|
end
|
|
28
28
|
|
|
29
29
|
it 'populates a description' do
|
|
30
|
-
@foobazz.description.should == '
|
|
31
|
-
@test.description.should == '
|
|
30
|
+
@foobazz.description.should == 'The Code for this template can be seen at partials/foobazz in the source code'
|
|
31
|
+
@test.description.should == 'The Code for this template can be seen at partials/test in the source code'
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
it 'are not editable' do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: landable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.0
|
|
4
|
+
version: 1.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Team Trogdor
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -660,9 +660,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
660
660
|
version: '0'
|
|
661
661
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
662
662
|
requirements:
|
|
663
|
-
- - '
|
|
663
|
+
- - '>='
|
|
664
664
|
- !ruby/object:Gem::Version
|
|
665
|
-
version:
|
|
665
|
+
version: '0'
|
|
666
666
|
requirements: []
|
|
667
667
|
rubyforge_project:
|
|
668
668
|
rubygems_version: 2.2.2
|