activeadmin-dropzone.gemspec in activeadmin-dropzone-0.0.2 vs activeadmin-dropzone.gemspec in activeadmin-dropzone-0.1.0
- old
+ new
@@ -3,55 +3,54 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "activeadmin-dropzone"
- s.version = "0.0.2"
+ s.version = "0.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Maxim Gladkov"]
- s.date = "2014-02-25"
- s.email = "contact@maximgladkov.com"
+ s.date = "2013-12-23"
+ s.email = "maksim.gladkov@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
- "README.md"
+ "README.rdoc"
]
s.files = [
".DS_Store",
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
- "README.md",
+ "README.rdoc",
"Rakefile",
"VERSION",
"activeadmin-dropzone.gemspec",
- "app/.DS_Store",
"app/assets/.DS_Store",
- "app/assets/images/.DS_Store",
+ "app/assets/images/hamburger-retina.gif",
+ "app/assets/images/hamburger.gif",
+ "app/assets/images/spritemap.png",
+ "app/assets/images/spritemap@2x.png",
"app/assets/javascripts/activeadmin-dropzone.js",
"app/assets/javascripts/dropzone.js",
"app/assets/stylesheets/activeadmin-dropzone.css.scss",
"app/assets/stylesheets/dropzone.css",
"app/controllers/dropzone_controller.rb",
"app/helpers/active_admin/views_helper.rb",
"app/inputs/dropzone_input.rb",
"app/views/application/_dropzone.html.erb",
- "config/locales/en.yml",
- "config/locales/ru.yml",
"config/routes.rb",
- "lib/.DS_Store",
"lib/activeadmin-dropzone.rb",
"lib/activeadmin-dropzone/active_record/dropzone.rb",
"lib/activeadmin-dropzone/engine.rb",
"test/helper.rb",
"test/test_activeadmin-dropzone.rb"
]
- s.homepage = "http://maximgladkov.com/blog/activeadmin-dropzone-gem"
+ s.homepage = "http://github.com/maximgladkov/activeadmin-dropzone"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "2.0.3"
- s.summary = "Easy to use integration of drag&drop files upload via dropzone.js for ActiveAdmin"
+ s.summary = "Gem adds support of dropzone.js for ActiveAdmin"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then