bjallen-hit_me_back 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ pkg
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
data/hit_me_back.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{hit_me_back}
5
- s.version = "1.0.1"
5
+ s.version = "1.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["B.J. Allen"]
@@ -15,7 +15,8 @@ Gem::Specification.new do |s|
15
15
  "README.rdoc"
16
16
  ]
17
17
  s.files = [
18
- "LICENSE",
18
+ ".gitignore",
19
+ "LICENSE",
19
20
  "README",
20
21
  "README.rdoc",
21
22
  "Rakefile",
@@ -23,15 +24,13 @@ Gem::Specification.new do |s|
23
24
  "hit_me_back.gemspec",
24
25
  "lib/hit_me_back.rb",
25
26
  "lib/hit_me_back/event.rb",
26
- "pkg/hit_me_back-0.0.0.gem",
27
- "pkg/hit_me_back-1.0.0.gem",
28
27
  "test/hit_me_back_test.rb",
29
28
  "test/test_helper.rb"
30
29
  ]
31
30
  s.homepage = %q{http://github.com/bjallen/hit_me_back}
32
31
  s.rdoc_options = ["--charset=UTF-8"]
33
32
  s.require_paths = ["lib"]
34
- s.rubygems_version = %q{1.3.3}
33
+ s.rubygems_version = %q{1.3.4}
35
34
  s.summary = %q{Hit Me Back is a simple subscribe/notify observer pattern framework.}
36
35
  s.test_files = [
37
36
  "test/hit_me_back_test.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bjallen-hit_me_back
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - B.J. Allen
@@ -24,6 +24,7 @@ extra_rdoc_files:
24
24
  - README
25
25
  - README.rdoc
26
26
  files:
27
+ - .gitignore
27
28
  - LICENSE
28
29
  - README
29
30
  - README.rdoc
@@ -32,8 +33,6 @@ files:
32
33
  - hit_me_back.gemspec
33
34
  - lib/hit_me_back.rb
34
35
  - lib/hit_me_back/event.rb
35
- - pkg/hit_me_back-0.0.0.gem
36
- - pkg/hit_me_back-1.0.0.gem
37
36
  - test/hit_me_back_test.rb
38
37
  - test/test_helper.rb
39
38
  has_rdoc: false
Binary file
Binary file