activeadmin-index_as_calendar 0.0.12 → 0.0.13

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
  SHA1:
3
- metadata.gz: 400cd5e7f42154a2d47a147e6bceb5b57eec94a3
4
- data.tar.gz: 90001b7a74f85871abf44802ddb996130da9caf7
3
+ metadata.gz: b6fc33ef92dbe9c781718f2ee51550f080b584cf
4
+ data.tar.gz: 4ba85442841ea09e2ff93bc2dd3580064e44e4fe
5
5
  SHA512:
6
- metadata.gz: 2005dacf5ab052db30c677df51fc818677bd9c55a85b420a453581d0a0fab8f5e3245d511bfbd3e2cd2509962d51857523d5bde5bf4d7ce92bfdbcb29c28110b
7
- data.tar.gz: 95229c2378a0cd532ebc49be3345c2952b8ee41887dcd4f795cc7c1ed99c023d90663eb2c1268c102fe390d3959ca75e90b352e151d6ee19a6f5ea4e70ea53d3
6
+ metadata.gz: 04bd0a6fc61b99f19987a57793ac30f8573b4a06419a26f87d65b912cca0ee9a29c8cc2cee06202ba04de832d303955c97bc7e29079f1e1124fa2d7a235d3f72
7
+ data.tar.gz: 948729ab076a88f2d3e0a26fcaad8f34a39d2211ee29630da9f5657b3e35e91f02039a44dbf36f64662e4263373175a3d8224ebc685816183e94e47621dab427
@@ -0,0 +1,2 @@
1
+ @import "fullcalendar";
2
+ @import "index_as_calendar/jquery.qtip.min";
@@ -1,3 +1,3 @@
1
1
  module IndexAsCalendar
2
- VERSION = "0.0.12"
2
+ VERSION = "0.0.13"
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.12
4
+ version: 0.0.13
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: 2017-04-04 00:00:00.000000000 Z
11
+ date: 2017-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -91,7 +91,7 @@ files:
91
91
  - Rakefile
92
92
  - app/assets/javascripts/index_as_calendar/application.js
93
93
  - app/assets/javascripts/index_as_calendar/jquery.qtip.min.js
94
- - app/assets/stylesheets/index_as_calendar/application.css
94
+ - app/assets/stylesheets/index_as_calendar.scss
95
95
  - app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css
96
96
  - app/controllers/index_as_calendar/application_controller.rb
97
97
  - app/helpers/index_as_calendar/application_helper.rb
@@ -157,44 +157,44 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  version: '0'
158
158
  requirements: []
159
159
  rubyforge_project:
160
- rubygems_version: 2.5.1
160
+ rubygems_version: 2.4.8
161
161
  signing_key:
162
162
  specification_version: 4
163
163
  summary: Adds support to show resources indexes as calendar in ActiveAdmin
164
164
  test_files:
165
+ - test/index_as_calendar_test.rb
165
166
  - test/integration/navigation_test.rb
166
- - test/dummy/bin/rake
167
- - test/dummy/bin/bundle
168
- - test/dummy/bin/rails
167
+ - test/test_helper.rb
169
168
  - test/dummy/README.rdoc
170
- - test/dummy/config/application.rb
171
- - test/dummy/config/routes.rb
172
- - test/dummy/config/database.yml
173
- - test/dummy/config/initializers/backtrace_silencers.rb
174
- - test/dummy/config/initializers/cookies_serializer.rb
175
- - test/dummy/config/initializers/assets.rb
176
- - test/dummy/config/initializers/inflections.rb
177
169
  - test/dummy/config/initializers/session_store.rb
178
- - test/dummy/config/initializers/mime_types.rb
170
+ - test/dummy/config/initializers/backtrace_silencers.rb
179
171
  - test/dummy/config/initializers/filter_parameter_logging.rb
180
172
  - test/dummy/config/initializers/wrap_parameters.rb
173
+ - test/dummy/config/initializers/inflections.rb
174
+ - test/dummy/config/initializers/mime_types.rb
175
+ - test/dummy/config/initializers/assets.rb
176
+ - test/dummy/config/initializers/cookies_serializer.rb
181
177
  - test/dummy/config/boot.rb
182
- - test/dummy/config/environment.rb
183
- - test/dummy/config/locales/en.yml
184
- - test/dummy/config/environments/production.rb
185
- - test/dummy/config/environments/test.rb
186
178
  - test/dummy/config/environments/development.rb
179
+ - test/dummy/config/environments/test.rb
180
+ - test/dummy/config/environments/production.rb
181
+ - test/dummy/config/locales/en.yml
182
+ - test/dummy/config/environment.rb
183
+ - test/dummy/config/routes.rb
184
+ - test/dummy/config/application.rb
187
185
  - test/dummy/config/secrets.yml
186
+ - test/dummy/config/database.yml
187
+ - test/dummy/app/views/layouts/application.html.erb
188
188
  - test/dummy/app/helpers/application_helper.rb
189
189
  - test/dummy/app/controllers/application_controller.rb
190
- - test/dummy/app/assets/javascripts/application.js
191
190
  - test/dummy/app/assets/stylesheets/application.css
192
- - test/dummy/app/views/layouts/application.html.erb
193
- - test/dummy/Rakefile
194
- - test/dummy/config.ru
191
+ - test/dummy/app/assets/javascripts/application.js
192
+ - test/dummy/public/422.html
193
+ - test/dummy/public/favicon.ico
195
194
  - test/dummy/public/404.html
196
195
  - test/dummy/public/500.html
197
- - test/dummy/public/favicon.ico
198
- - test/dummy/public/422.html
199
- - test/test_helper.rb
200
- - test/index_as_calendar_test.rb
196
+ - test/dummy/Rakefile
197
+ - test/dummy/bin/bundle
198
+ - test/dummy/bin/rake
199
+ - test/dummy/bin/rails
200
+ - test/dummy/config.ru
@@ -1,17 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any styles
10
- * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11
- * file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- *= require "fullcalendar"
16
- *= require "./jquery.qtip.min"
17
- */