wnm_support 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.0.8
2
+ ## changed
3
+ * gem is licensed under MIT
4
+
1
5
  # 0.0.7
2
6
  ## changed
3
7
  * multi action in ActiveRecord::base now return empty array
@@ -1,3 +1,3 @@
1
1
  module WnmSupport
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
data/wnm_support.gemspec CHANGED
@@ -12,6 +12,8 @@ Gem::Specification.new do |gem|
12
12
  gem.summary = %q{Extend core methods in Rails}
13
13
  gem.homepage = "https://github.com/mirrec/wnm_support"
14
14
 
15
+ gem.license = 'MIT'
16
+
15
17
  gem.files = `git ls-files`.split($/)
16
18
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
19
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wnm_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
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: 2013-08-15 00:00:00.000000000 Z
12
+ date: 2013-08-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -174,7 +174,8 @@ files:
174
174
  - spec/wnm_support/view_helpers/youtube_spec.rb
175
175
  - wnm_support.gemspec
176
176
  homepage: https://github.com/mirrec/wnm_support
177
- licenses: []
177
+ licenses:
178
+ - MIT
178
179
  post_install_message:
179
180
  rdoc_options: []
180
181
  require_paths: