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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66f68b875a2e11365cd5715a77aa5e2d69262d79
4
- data.tar.gz: 6267bf19f8a95dd9e8c4b3c881c23e8eef699b39
3
+ metadata.gz: bc13197ef7e2cf3b121f2e51cae3d775d6c2ac86
4
+ data.tar.gz: 02629fa0426731fecdb76530f27beb928d47695c
5
5
  SHA512:
6
- metadata.gz: f3b170a182fbf534ebed394333547a265005702ebc14105bf4a815c772671c0da467d44bba19b306a110d393bea2ab6a345117164e7bd7c78854d6453a974ba1
7
- data.tar.gz: 7908d7a61f5b803ede8a2ae37aa16fcb626ff967ba57bfd724f892378d17a1be573b0aa43ea834eaf7f4379ae16ae8a8014e875b7e031f5b7a20db9030e12de2
6
+ metadata.gz: 244de5e5bf97165c3be31d8e9097f5b578fab134d625815e8272c22dabe931cf00bd66bbe85a867d7a2b24a7e094ca77b6a60a25be459f31316d4777f6ade710
7
+ data.tar.gz: 34d97f5b3c40af04068d4af0dccde642361f92a402ae4a0683ee833adb0faed4819d9ed2b8f46ad4e23f0fa5b16f25a7e32430c8b4f31adc607ad5e866bdc696
@@ -1,4 +1,4 @@
1
- module ActiveAdminIndexAsCalendar
1
+ module IndexAsCalendar
2
2
  class ApplicationController < ActionController::Base
3
3
  end
4
4
  end
@@ -1,4 +1,4 @@
1
- module ActiveAdminIndexAsCalendar
1
+ module IndexAsCalendar
2
2
  module ApplicationHelper
3
3
  end
4
4
  end
@@ -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
- # ensure that ActiveAdmin is loaded
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, ActiveAdminIndexAsCalendar::DSL
15
+ ActiveAdmin::ResourceDSL.send :include, IndexAsCalendar::DSL
@@ -1,4 +1,4 @@
1
- module ActiveAdminIndexAsCalendar
1
+ module IndexAsCalendar
2
2
  module DSL
3
3
 
4
4
  #
@@ -1,5 +1,5 @@
1
- module ActiveAdminIndexAsCalendar
1
+ module IndexAsCalendar
2
2
  class Engine < ::Rails::Engine
3
- isolate_namespace ActiveAdminIndexAsCalendar
3
+ isolate_namespace IndexAsCalendar
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
- module ActiveAdminIndexAsCalendar
2
- VERSION = "0.0.6"
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.6
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-09 00:00:00.000000000 Z
11
+ date: 2016-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails