fake_ftp 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fake_ftp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Colin Shield
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-01 00:00:00.000000000 Z
12
+ date: 2014-04-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Testing FTP? Use this!
15
15
  email:
@@ -18,14 +18,14 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - .gitignore
22
- - .rvmrc
23
- - .travis.yml
21
+ - ".gitignore"
22
+ - ".rspec"
23
+ - ".travis.yml"
24
+ - CONTRIBUTORS.md
24
25
  - Gemfile
25
26
  - Gemfile.lock
26
- - Gemfile.travis
27
27
  - Guardfile
28
- - README.markdown
28
+ - README.md
29
29
  - Rakefile
30
30
  - fake_ftp.gemspec
31
31
  - lib/fake_ftp.rb
@@ -34,11 +34,14 @@ files:
34
34
  - lib/fake_ftp/version.rb
35
35
  - spec/fixtures/invisible_bike.jpg
36
36
  - spec/fixtures/text_file.txt
37
+ - spec/functional/server_spec.rb
38
+ - spec/integration/server_spec.rb
37
39
  - spec/models/fake_ftp/file_spec.rb
38
40
  - spec/models/fake_ftp/server_spec.rb
39
41
  - spec/spec_helper.rb
40
42
  homepage: http://rubygems.org/gems/fake_ftp
41
- licenses: []
43
+ licenses:
44
+ - MIT
42
45
  metadata: {}
43
46
  post_install_message:
44
47
  rdoc_options: []
@@ -46,23 +49,26 @@ require_paths:
46
49
  - lib
47
50
  required_ruby_version: !ruby/object:Gem::Requirement
48
51
  requirements:
49
- - - '>='
52
+ - - ">="
50
53
  - !ruby/object:Gem::Version
51
54
  version: '0'
52
55
  required_rubygems_version: !ruby/object:Gem::Requirement
53
56
  requirements:
54
- - - '>='
57
+ - - ">="
55
58
  - !ruby/object:Gem::Version
56
59
  version: 1.3.6
57
60
  requirements: []
58
61
  rubyforge_project:
59
- rubygems_version: 2.0.3
62
+ rubygems_version: 2.2.0
60
63
  signing_key:
61
64
  specification_version: 4
62
65
  summary: Creates a fake FTP server for use in testing
63
66
  test_files:
64
67
  - spec/fixtures/invisible_bike.jpg
65
68
  - spec/fixtures/text_file.txt
69
+ - spec/functional/server_spec.rb
70
+ - spec/integration/server_spec.rb
66
71
  - spec/models/fake_ftp/file_spec.rb
67
72
  - spec/models/fake_ftp/server_spec.rb
68
73
  - spec/spec_helper.rb
74
+ has_rdoc:
data/.rvmrc DELETED
@@ -1 +0,0 @@
1
- rvm use ree@fake_ftp --create
data/Gemfile.travis DELETED
@@ -1,5 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- # Specify your gem's dependencies in fake_ftp.gemspec
4
- gemspec
5
-