flunk 0.0.2 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/flunk.gemspec +2 -1
  2. metadata +1 -2
  3. data/flunk-0.0.1.gem +0 -0
data/flunk.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "flunk"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.4"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["Adam Kirk"]
6
6
  s.email = %q{atomkirk@gmail.com}
@@ -11,4 +11,5 @@ Gem::Specification.new do |s|
11
11
  s.files = `git ls-files`.split("\n").reject {|path| path =~ /\.gitignore$/ }
12
12
  s.test_files =`git ls-files -- test/*`.split("\n")
13
13
  s.require_paths = ["lib"]
14
+
14
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flunk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -20,7 +20,6 @@ files:
20
20
  - LICENSE
21
21
  - README.md
22
22
  - Rakefile
23
- - flunk-0.0.1.gem
24
23
  - flunk.gemspec
25
24
  - lib/flunk.rb
26
25
  - lib/generators/flunk_test/USAGE
data/flunk-0.0.1.gem DELETED
Binary file