c80_push 0.1.0.3 → 0.1.0.4

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: b2bc7b9516f5f7edb8dffce344f1c2465c7dca6d
4
- data.tar.gz: 5684422a46e41045c3de9a5ba094c8a8b9c2ab3c
3
+ metadata.gz: '08e3a16af5122af18b81fab713f1ded9452851df'
4
+ data.tar.gz: d4c10df2920366bb0fee58263808974f7529b4c0
5
5
  SHA512:
6
- metadata.gz: 5bbd6b017f98a1d3c469f237d1aef3d936749e7a757db8c07f318e9375f6ada96b699a3d441f8566cc2674787bdca379187d9b5e5fe27a119afbe025116a8f9a
7
- data.tar.gz: 1b5bcdc9f2b603a910bf9209ba040d0853dd91a5c7a9639a994b8f0e2aeae26f124dabd3154b0b0c25e0de116d0fdb43c9158f16234b60e56f21f881e6fd99a8
6
+ metadata.gz: 320f5a1087a6145065f9db2b8d1f167bf9ac69fbfe9e32638a7566c890b8db1078a6f8097034f925ae574b17fec828c7640b8090eb576964ff801eb7c98321e6
7
+ data.tar.gz: e9034a29367f24a2a11223c39b6ff225e09ff20141bccbc4b64fb3f7357b913bf8adc52394eaf952308a9148c008874e50d0296a1e3a293320679fcafe1d8235
data/README.md CHANGED
@@ -114,8 +114,10 @@ body.admin_dealers {
114
114
  * [X] Реализовать функционал цветных маркеров.
115
115
 
116
116
  - [ ] Внутри `bootstrap selectpicker` должны рисоваться цветные прямоугольники:
117
- [/formtastic/inputs/select_input.rb](https://github.com/justinfrench/formtastic/blob/master/lib/formtastic/inputs/select_input.rb),
118
- [bootstrap selectpicker: option with data-content](https://stackoverflow.com/questions/26069286/bootstrap-with-select-list-that-contains-only-images)
117
+ - Исходный код класса [/formtastic/inputs/select_input.rb](https://github.com/justinfrench/formtastic/blob/master/lib/formtastic/inputs/select_input.rb),
118
+ - Stackoverflow просвящает по сабжу [bootstrap selectpicker: option with data-content](https://stackoverflow.com/questions/26069286/bootstrap-with-select-list-that-contains-only-images)
119
+
120
+ * [ ] ymaps: реализовать кластеризацию ([пример из документации](https://tech.yandex.ru/maps/jsbox/2.1/clusterer_create)).
119
121
 
120
122
  * [ ] Вынести `*.rb` файлы, подлежащие кастомизации в `templates` (предварительно
121
123
  определив, что может еще быть кастомизировано), наваять инсталлятор,
@@ -14,7 +14,7 @@ function map_set_objects(region_id) {
14
14
  icoords = arr['coords'][i];
15
15
  iprops = arr['props'][i];
16
16
  isetts = arr['setts'][i];
17
- console.log(isetts);
17
+ //console.log(isetts);
18
18
  c.add(new ymaps.Placemark(icoords, iprops, isetts));
19
19
  }
20
20
 
@@ -1,3 +1,3 @@
1
1
  module C80Push
2
- VERSION = '0.1.0.3'
2
+ VERSION = '0.1.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c80_push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.3
4
+ version: 0.1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - C80609A