tcravit_ruby_lib 0.0.1 → 0.0.2

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.
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ == What is this Gem?
2
+
3
+ This gem is a collection of random Ruby stuff I use all over the place and
4
+ am collecting here.
data/Rakefile CHANGED
@@ -1,4 +1,6 @@
1
1
  require 'rspec/core/rake_task'
2
2
  require "bundler/gem_tasks"
3
3
 
4
- RSpec::Core::RakeTask.new('spec')
4
+ RSpec::Core::RakeTask.new('spec')
5
+
6
+ task :default => [:spec]
@@ -1,3 +1,3 @@
1
1
  module TcravitRubyLib
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tcravit_ruby_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-02 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &70131351967320 !ruby/object:Gem::Requirement
16
+ requirement: &70200180528040 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70131351967320
24
+ version_requirements: *70200180528040
25
25
  description:
26
26
  email:
27
27
  - tcravit@taylored-software.com
@@ -32,6 +32,7 @@ files:
32
32
  - .gitignore
33
33
  - CHANGELOG.md
34
34
  - Gemfile
35
+ - README.md
35
36
  - Rakefile
36
37
  - lib/tcravit_ruby_lib.rb
37
38
  - lib/tcravit_ruby_lib/config_searcher.rb