fs-snapshot 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/fs-snapshot.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fs-snapshot}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Aleksey Palazhchenko"]
@@ -24,7 +24,8 @@ Gem::Specification.new do |s|
24
24
  "Rakefile",
25
25
  "VERSION",
26
26
  "fs-snapshot.gemspec",
27
- "lib/fs-snapshoter.rb",
27
+ "lib/fs-snapshot.rb",
28
+ "lib/fs-snapshot/fs-snapshoter.rb",
28
29
  "test/helper.rb",
29
30
  "test/test_fs-snapshoter.rb"
30
31
  ]
@@ -0,0 +1,2 @@
1
+ $LOAD_PATH.unshift(File.dirname(__FILE__))
2
+ require 'fs-snapshot/fs-snapshoter'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fs-snapshot
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
  - Aleksey Palazhchenko
@@ -39,7 +39,8 @@ files:
39
39
  - Rakefile
40
40
  - VERSION
41
41
  - fs-snapshot.gemspec
42
- - lib/fs-snapshoter.rb
42
+ - lib/fs-snapshot.rb
43
+ - lib/fs-snapshot/fs-snapshoter.rb
43
44
  - test/helper.rb
44
45
  - test/test_fs-snapshoter.rb
45
46
  has_rdoc: true