nifty-attachments 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 92d9215cb3a67ddb682a55798e04745d47ec2618
4
+ data.tar.gz: 59d43c17a622335bf0debc15f5e9c337181d90ba
5
+ SHA512:
6
+ metadata.gz: 50486eb9a796633165cd57efc79ee436ae447acf8e934cbf5f7d93b6de4a1ae7aed918b5b968141fd1b8669f3512cd08a2f339a317e17321183026a5dd192bd5
7
+ data.tar.gz: 24e9f08dfa8e1bdee9f65b06f5772eae01a5a4ae0462c542a2c8a755579c94d01e9eca37be4e8635563b50989e4019d5b78836398904539ec9abdb7f0c871874
@@ -13,7 +13,7 @@ module Nifty
13
13
  end
14
14
 
15
15
  def create_model_file
16
- migration_template 'migration.rb', "db/migrate/create_nifty_attachments_table"
16
+ migration_template 'migration.rb', "db/migrate/create_nifty_attachments_table.rb"
17
17
  end
18
18
 
19
19
  end
@@ -1,5 +1,5 @@
1
1
  module Nifty
2
2
  module Attachments
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nifty-attachments
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- prerelease:
4
+ version: 1.0.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Adam Cooke
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-10-07 00:00:00.000000000 Z
11
+ date: 2014-07-11 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Attach documents & files to Active Record models
15
14
  email:
@@ -18,6 +17,7 @@ executables: []
18
17
  extensions: []
19
18
  extra_rdoc_files: []
20
19
  files:
20
+ - lib/nifty/attachments.rb
21
21
  - lib/nifty/attachments/attachment.rb
22
22
  - lib/nifty/attachments/middleware.rb
23
23
  - lib/nifty/attachments/migration.rb
@@ -25,29 +25,28 @@ files:
25
25
  - lib/nifty/attachments/model_extension.rb
26
26
  - lib/nifty/attachments/railtie.rb
27
27
  - lib/nifty/attachments/version.rb
28
- - lib/nifty/attachments.rb
29
28
  homepage: https://github.com/niftyware/attachments
30
29
  licenses: []
30
+ metadata: {}
31
31
  post_install_message:
32
32
  rdoc_options: []
33
33
  require_paths:
34
34
  - lib
35
35
  required_ruby_version: !ruby/object:Gem::Requirement
36
- none: false
37
36
  requirements:
38
- - - ! '>='
37
+ - - ">="
39
38
  - !ruby/object:Gem::Version
40
39
  version: '0'
41
40
  required_rubygems_version: !ruby/object:Gem::Requirement
42
- none: false
43
41
  requirements:
44
- - - ! '>='
42
+ - - ">="
45
43
  - !ruby/object:Gem::Version
46
44
  version: '0'
47
45
  requirements: []
48
46
  rubyforge_project:
49
- rubygems_version: 1.8.23
47
+ rubygems_version: 2.2.2
50
48
  signing_key:
51
- specification_version: 3
49
+ specification_version: 4
52
50
  summary: Attach documents & files to Active Record models
53
51
  test_files: []
52
+ has_rdoc: