4info 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/4info.gemspec +2 -1
  2. data/VERSION +1 -1
  3. data/lib/4info.rb +3 -0
  4. metadata +2 -1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{4info}
8
- s.version = "1.0.3"
8
+ s.version = "1.0.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jack Danger Canty"]
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
22
22
  "Rakefile",
23
23
  "VERSION",
24
24
  "init.rb",
25
+ "lib/4info.rb",
25
26
  "lib/contactable.rb",
26
27
  "lib/controller.rb",
27
28
  "lib/four_info.rb",
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.3
1
+ 1.0.4
@@ -0,0 +1,3 @@
1
+ # An unfortunate workaround of the fact that
2
+ # Ruby can't name a constant 4Info
3
+ require 'four_info'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: 4info
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Danger Canty
@@ -67,6 +67,7 @@ files:
67
67
  - Rakefile
68
68
  - VERSION
69
69
  - init.rb
70
+ - lib/4info.rb
70
71
  - lib/contactable.rb
71
72
  - lib/controller.rb
72
73
  - lib/four_info.rb