betterplace_explorer 0.0.1.pre.alpha37 → 0.0.1.pre.alpha38
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 739a69490b296952c9bb8f1134329ab43c5f84c7
|
4
|
+
data.tar.gz: 413efbd2538326a1ef311081da9dac2fed2c672f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f22f3a897c759cf0950ea605b09e67f3dd40ee4a3b7e34034673056a5dd5418c2fcd409acd90ce0f678a0c8391ed14b53607628c1ae20206eeb0728f2e8eea6
|
7
|
+
data.tar.gz: a695de00545d4375c2f44f1d65f3f2bdf3db05a3755cd514d4ec51562d9847d3fedb83d927c0a95567236f023a640484860ca2f5549caeb9d59e6c1445487050
|
@@ -2,9 +2,11 @@
|
|
2
2
|
@import betterplace_explorer/mixins
|
3
3
|
|
4
4
|
@import betterplace_explorer/explorer
|
5
|
+
@import betterplace_explorer/forms
|
5
6
|
@import betterplace_explorer/location_input
|
6
7
|
@import betterplace_explorer/map
|
7
8
|
@import betterplace_explorer/pagination
|
8
9
|
@import betterplace_explorer/volunteering
|
9
10
|
@import betterplace_explorer/volunteering_info_bubble
|
10
11
|
@import betterplace_explorer/volunteering_list
|
12
|
+
@import betterplace_explorer/pac
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: betterplace_explorer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1.pre.
|
4
|
+
version: 0.0.1.pre.alpha38
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- betterplace developers
|
@@ -20,9 +20,11 @@ files:
|
|
20
20
|
- app/assets/javascripts/betterplace_explorer.js
|
21
21
|
- app/assets/stylesheets/betterplace_explorer.sass
|
22
22
|
- app/assets/stylesheets/betterplace_explorer/_explorer.sass
|
23
|
+
- app/assets/stylesheets/betterplace_explorer/_forms.sass
|
23
24
|
- app/assets/stylesheets/betterplace_explorer/_location_input.sass
|
24
25
|
- app/assets/stylesheets/betterplace_explorer/_map.sass
|
25
26
|
- app/assets/stylesheets/betterplace_explorer/_mixins.sass
|
27
|
+
- app/assets/stylesheets/betterplace_explorer/_pac.sass
|
26
28
|
- app/assets/stylesheets/betterplace_explorer/_pagination.sass
|
27
29
|
- app/assets/stylesheets/betterplace_explorer/_variables.sass
|
28
30
|
- app/assets/stylesheets/betterplace_explorer/_volunteering.sass
|