anaf_habtm 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -22,7 +22,10 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
22
22
  rdoc.rdoc_files.include('lib/**/*.rb')
23
23
  end
24
24
  PKG_FILES = FileList[
25
- '[a-zA-Z]*',
25
+ 'anaf_habtm.gemspec',
26
+ 'Gemfile',
27
+ 'install.rb',
28
+ 'Rakefile', 'README', 'uninstall.rb',
26
29
  'assets/**/*',
27
30
  'lib/**/*',
28
31
  'rails/**/*',
@@ -33,7 +36,7 @@ begin
33
36
  require 'jeweler'
34
37
  Jeweler::Tasks.new do |s|
35
38
  s.name = "anaf_habtm"
36
- s.version = "0.0.2"
39
+ s.version = "0.0.3"
37
40
  s.author = "Tyler Gannon"
38
41
  s.email = "t--g__a--nnon@gmail.com"
39
42
  s.homepage = "http://github.com/tylergannon/anaf_habtm"
data/anaf_habtm.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{anaf_habtm}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tyler Gannon"]
@@ -17,17 +17,15 @@ Gem::Specification.new do |s|
17
17
  ]
18
18
  s.files = [
19
19
  "Gemfile",
20
- "MIT-LICENSE",
21
20
  "README",
22
21
  "Rakefile",
23
- "anaf_habtm-0.0.1.gem",
24
22
  "anaf_habtm.gemspec",
25
- "assets/nested_attributes.js",
26
23
  "install.rb",
27
24
  "lib/active_record_extensions.rb",
28
25
  "lib/anaf_habtm.rb",
29
26
  "lib/application_helper_methods.rb",
30
- "lib/generators/anaf_habtm_generator.rb",
27
+ "lib/generators/anaf_habtm/anaf_habtm_generator.rb",
28
+ "lib/generators/anaf_habtm/assets/nested_attributes.js",
31
29
  "lib/hash.rb",
32
30
  "rails/init.rb",
33
31
  "test/anaf_habtm_test.rb",
@@ -1,5 +1,5 @@
1
1
  class AnafHabtmGenerator < Rails::Generators::Base
2
- source_root File.expand_path("../assets", __FILE__)
2
+ source_root File.expand_path("assets", __FILE__)
3
3
 
4
4
  def copy_initializer_file
5
5
  copy_file "nested_attributes.rb", "public/javascripts/nested_attributes.rb"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anaf_habtm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tyler Gannon
@@ -29,17 +29,15 @@ extra_rdoc_files:
29
29
  - README
30
30
  files:
31
31
  - Gemfile
32
- - MIT-LICENSE
33
32
  - README
34
33
  - Rakefile
35
- - anaf_habtm-0.0.1.gem
36
34
  - anaf_habtm.gemspec
37
- - assets/nested_attributes.js
38
35
  - install.rb
39
36
  - lib/active_record_extensions.rb
40
37
  - lib/anaf_habtm.rb
41
38
  - lib/application_helper_methods.rb
42
- - lib/generators/anaf_habtm_generator.rb
39
+ - lib/generators/anaf_habtm/anaf_habtm_generator.rb
40
+ - lib/generators/anaf_habtm/assets/nested_attributes.js
43
41
  - lib/hash.rb
44
42
  - rails/init.rb
45
43
  - test/anaf_habtm_test.rb
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2010 [name of plugin creator]
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/anaf_habtm-0.0.1.gem DELETED
Binary file