activeadmin-dropzone.gemspec in activeadmin-dropzone-0.1.1 vs activeadmin-dropzone.gemspec in activeadmin-dropzone-0.2.1
- old
+ new
@@ -3,27 +3,27 @@
# 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.1.1"
+ s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Maxim Gladkov"]
- s.date = "2014-01-14"
- s.email = "maksim.gladkov@gmail.com"
+ s.date = "2014-02-25"
+ s.email = "contact@maximgladkov.com"
s.extra_rdoc_files = [
"LICENSE.txt",
- "README.rdoc"
+ "README.md"
]
s.files = [
".DS_Store",
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
- "README.rdoc",
+ "README.md",
"Rakefile",
"VERSION",
"activeadmin-dropzone.gemspec",
"app/.DS_Store",
"app/assets/.DS_Store",
@@ -34,21 +34,24 @@
"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://github.com/maximgladkov/activeadmin-dropzone"
+ s.homepage = "http://maximgladkov.com/blog/activeadmin-dropzone-gem"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "2.0.3"
- s.summary = "Gem adds support of dropzone.js for ActiveAdmin"
+ s.summary = "Easy to use integration of drag&drop files upload via 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