activeadmin-index_as_calendar 0.0.6 → 0.0.7
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/app/controllers/index_as_calendar/application_controller.rb +1 -1
- data/app/helpers/index_as_calendar/application_helper.rb +1 -1
- data/lib/activeadmin-index_as_calendar.rb +5 -5
- data/lib/index_as_calendar/dsl.rb +1 -1
- data/lib/index_as_calendar/engine.rb +2 -2
- data/lib/index_as_calendar/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc13197ef7e2cf3b121f2e51cae3d775d6c2ac86
|
|
4
|
+
data.tar.gz: 02629fa0426731fecdb76530f27beb928d47695c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 244de5e5bf97165c3be31d8e9097f5b578fab134d625815e8272c22dabe931cf00bd66bbe85a867d7a2b24a7e094ca77b6a60a25be459f31316d4777f6ade710
|
|
7
|
+
data.tar.gz: 34d97f5b3c40af04068d4af0dccde642361f92a402ae4a0683ee833adb0faed4819d9ed2b8f46ad4e23f0fa5b16f25a7e32430c8b4f31adc607ad5e866bdc696
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
require "fullcalendar-rails"
|
|
2
2
|
require "momentjs-rails"
|
|
3
3
|
|
|
4
|
+
# ensure that ActiveAdmin is loaded
|
|
5
|
+
require "active_admin"
|
|
6
|
+
|
|
4
7
|
require "index_as_calendar/version"
|
|
5
8
|
require "index_as_calendar/engine"
|
|
6
9
|
require "index_as_calendar/dsl"
|
|
7
10
|
|
|
8
|
-
|
|
9
|
-
require "active_admin"
|
|
10
|
-
|
|
11
|
-
module ActiveAdminIndexAsCalendar
|
|
11
|
+
module IndexAsCalendar
|
|
12
12
|
end
|
|
13
13
|
|
|
14
14
|
# Permite que los helpers estén accesibles desde los Resources de Active Admin
|
|
15
|
-
ActiveAdmin::ResourceDSL.send :include,
|
|
15
|
+
ActiveAdmin::ResourceDSL.send :include, IndexAsCalendar::DSL
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module
|
|
2
|
-
VERSION = "0.0.
|
|
1
|
+
module IndexAsCalendar
|
|
2
|
+
VERSION = "0.0.7"
|
|
3
3
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activeadmin-index_as_calendar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ByS Sistemas de Control
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|