flyingmachine-aikidoka 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.
Files changed (3) hide show
  1. data/aikidoka.gemspec +2 -1
  2. data/init.rb +1 -0
  3. metadata +2 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{aikidoka}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Daniel Higginbotham"]
@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
14
14
  "Rakefile",
15
15
  "VERSION",
16
16
  "aikidoka.gemspec",
17
+ "init.rb",
17
18
  "lib/aikidoka.rb",
18
19
  "spec/aikidoka_spec.rb"
19
20
  ]
data/init.rb ADDED
@@ -0,0 +1 @@
1
+ require 'aikidoka'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flyingmachine-aikidoka
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
  - Daniel Higginbotham
@@ -26,6 +26,7 @@ files:
26
26
  - Rakefile
27
27
  - VERSION
28
28
  - aikidoka.gemspec
29
+ - init.rb
29
30
  - lib/aikidoka.rb
30
31
  - spec/aikidoka_spec.rb
31
32
  has_rdoc: true