applicious_utils 0.1.58 → 0.1.60

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.
Binary file
@@ -1,3 +1,3 @@
1
1
  module AppliciousUtils
2
- VERSION = "0.1.58"
2
+ VERSION = "0.1.60"
3
3
  end
@@ -7,7 +7,7 @@ module AppliciousUtils
7
7
  def applicious_uploader(options)
8
8
  puts 'Options'
9
9
  puts options.inspect
10
- puts options[:filter_extentions]
10
+ puts options[:filter_extensions]
11
11
  puts options[:content_type]
12
12
  puts options[:filter_title]
13
13
 
@@ -76,7 +76,7 @@ module AppliciousUtils
76
76
  'signature': '#{signature}'
77
77
  },
78
78
  filters : [
79
- {title : '#{options[:filter_title]}', extensions : '#{options[:filter_extentions]}'}
79
+ {title : '#{options[:filter_title]}', extensions : '#{options[:filter_extensions]}'}
80
80
  ],
81
81
  file_data_name: 'file'
82
82
  });
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: applicious_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.58
4
+ version: 0.1.60
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -77,6 +77,7 @@ files:
77
77
  - app/assets/stylesheets/applicious_utils/index.css
78
78
  - applicious_utils-0.1.55.gem
79
79
  - applicious_utils-0.1.56.gem
80
+ - applicious_utils-0.1.58.gem
80
81
  - applicious_utils.gemspec
81
82
  - Gemfile
82
83
  - lib/applicious_utils/engine.rb