sterile 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.autotest CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'autotest/restart'
2
2
 
3
3
  Autotest.add_hook :initialize do |at|
4
- at.testlib = 'sterilize'
4
+ at.testlib = 'sterile'
5
5
  end
data/.yaropts ADDED
@@ -0,0 +1 @@
1
+ --no-private lib/**/*.rb - README.markdown
data/Gemfile CHANGED
@@ -6,4 +6,4 @@ gemspec
6
6
  # gem "mynyml-redgreen"
7
7
  # gem "awesome_print"
8
8
  # gem "rake"
9
- # end
9
+ # end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sterile (1.0.0)
4
+ sterile (1.0.2)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/