app_rail-steps 0.2.13 → 0.2.14
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d445a5e54dee368af8a3e60529e8fbdfb596570e3fa2f22105f49d4904f2e0d
|
4
|
+
data.tar.gz: 2aa02c02a2c8ad24a8341b837ec651c9c94d7249167b18d3cbf5a9b3990c718b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10b575a5c9bb3a0bb688593ebfe25188d32922f8ead46801360ac106df1c39a60bb479a1fa8bcb162299b40839f619e9b1c1f39f0897c9899a791f9bd638d51c
|
7
|
+
data.tar.gz: 3c54c9bd30824d31d81b8471316cadfcc67135b6f575414644f02bdfa88bf297e13843b13e626b964d7f19faf237fc4b74d90d0df8cc9300d2628620f564ee21
|
data/Gemfile.lock
CHANGED
@@ -8,6 +8,7 @@ require_relative "maps/map"
|
|
8
8
|
require_relative "styled_content/grid"
|
9
9
|
require_relative "styled_content/stack"
|
10
10
|
require_relative "charts/dashboard"
|
11
|
+
require_relative "background_location/region"
|
11
12
|
|
12
13
|
module AppRail
|
13
14
|
module Steps
|
@@ -20,6 +21,7 @@ module AppRail
|
|
20
21
|
include Steps::StyledContent::Grid
|
21
22
|
include Steps::StyledContent::Stack
|
22
23
|
include Steps::Charts::Dashboard
|
24
|
+
include Steps::BackgroundLocation::Region
|
23
25
|
|
24
26
|
def camelcase_converter(string, first_letter: :upper)
|
25
27
|
string = string.split("_").map(&:capitalize).join
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: app_rail-steps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brooke-Smith
|
@@ -27,7 +27,7 @@ files:
|
|
27
27
|
- Rakefile
|
28
28
|
- app_rail-steps.gemspec
|
29
29
|
- lib/app_rail/steps.rb
|
30
|
-
- lib/app_rail/steps/background_location/
|
30
|
+
- lib/app_rail/steps/background_location/region.rb
|
31
31
|
- lib/app_rail/steps/charts/dashboard.rb
|
32
32
|
- lib/app_rail/steps/core/list.rb
|
33
33
|
- lib/app_rail/steps/core/stack.rb
|