activeadmin-axlsx 2.0.0 → 2.0.1

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.
data/Gemfile CHANGED
@@ -26,5 +26,4 @@ group :test do
26
26
  gem 'guard-rspec'
27
27
  gem "guard-coffeescript"
28
28
  gem 'jasmine'
29
- gem 'debugger'
30
29
  end
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activeadmin-axlsx (2.0.0)
4
+ activeadmin-axlsx (2.0.1)
5
5
  activeadmin (>= 0.5.0)
6
6
  axlsx
7
7
 
@@ -74,7 +74,6 @@ GEM
74
74
  coffee-script-source
75
75
  execjs
76
76
  coffee-script-source (1.4.0)
77
- columnize (0.3.6)
78
77
  cucumber (1.2.1)
79
78
  builder (>= 2.1.2)
80
79
  diff-lcs (>= 1.1.3)
@@ -85,13 +84,6 @@ GEM
85
84
  cucumber (>= 1.1.3)
86
85
  nokogiri (>= 1.5.0)
87
86
  database_cleaner (0.9.1)
88
- debugger (1.2.2)
89
- columnize (>= 0.3.1)
90
- debugger-linecache (~> 1.1.1)
91
- debugger-ruby_core_source (~> 1.1.5)
92
- debugger-linecache (1.1.2)
93
- debugger-ruby_core_source (>= 1.1.1)
94
- debugger-ruby_core_source (1.1.5)
95
87
  devise (2.1.2)
96
88
  bcrypt-ruby (~> 3.0)
97
89
  orm_adapter (~> 0.1)
@@ -255,7 +247,6 @@ DEPENDENCIES
255
247
  capybara (= 1.1.2)
256
248
  cucumber-rails (= 1.2.1)
257
249
  database_cleaner
258
- debugger
259
250
  guard-coffeescript
260
251
  guard-rspec
261
252
  haml (~> 3.1.1)
data/README.md CHANGED
@@ -16,11 +16,11 @@ appreciation for the gem, please don't hesitate to make a donation.
16
16
 
17
17
  **Author**: Randy Morgan
18
18
 
19
- **Copyright**: 2012
19
+ **Copyright**: 2012 ~ 2013
20
20
 
21
21
  **License**: MIT License
22
22
 
23
- **Latest Version**: 1.0.0
23
+ **Latest Version**: 2.0.1
24
24
 
25
25
  **Ruby Version**: 1.9.2, 1.9.3
26
26
 
@@ -156,6 +156,9 @@ bundle exec rake setup
156
156
  bundle exec rake
157
157
  ```
158
158
  # Changelog
159
+ **2013.03.21** Release 2.0.1
160
+ - Fixed an issue with missing objects when using the DSL.
161
+ Huge thanks to [Fivell](https://github.com/Fivell)
159
162
  **2012.11.29** Release 2.0.0
160
163
  - resouce content column are now pre-populated.
161
164
  - added before and after filters
@@ -168,6 +171,6 @@ bundle exec rake
168
171
  #Copyright and License
169
172
  ----------
170
173
 
171
- activeadmin-axlsx © 2012 by [Randy Morgan](mailto:digial.ipseity@gmail.com).
174
+ activeadmin-axlsx © 2012 ~ 2013 by [Randy Morgan](mailto:digial.ipseity@gmail.com).
172
175
 
173
176
  activeadmin-axlsx is licensed under the MIT license. Please see the LICENSE document for more information.
@@ -6,7 +6,7 @@ require 'active_admin/axlsx/dsl'
6
6
  require 'active_admin/axlsx/resource_extension'
7
7
  require 'active_admin/axlsx/resource_controller_extension'
8
8
  class Railtie < ::Rails::Railtie
9
- config.after_initialize do
9
+ config.before_initialize do
10
10
  begin
11
11
  if Mime::Type.lookup_by_extension(:xlsx).nil?
12
12
  # The mime type to be used in respond_to |format| style web-services in rails
@@ -1,5 +1,5 @@
1
1
  module ActiveAdmin
2
2
  module Axlsx
3
- VERSION = '2.0.0'
3
+ VERSION = '2.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin-axlsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-21 00:00:00.000000000 Z
12
+ date: 2013-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activeadmin
@@ -104,10 +104,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  version: '0'
105
105
  segments:
106
106
  - 0
107
- hash: 646391432693346211
107
+ hash: -2418238237360129031
108
108
  requirements: []
109
109
  rubyforge_project:
110
- rubygems_version: 1.8.24
110
+ rubygems_version: 1.8.25
111
111
  signing_key:
112
112
  specification_version: 3
113
113
  summary: Adds excel downloads for resources within the Active Admin framework via