log_weasel 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile.lock +1 -1
  2. data/lib/log_weasel/version.rb +1 -1
  3. metadata +5 -5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- log_weasel (0.0.1)
4
+ log_weasel (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  module Log
2
2
  module Weasel
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alon Salant
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - ">="
110
110
  - !ruby/object:Gem::Version
111
- hash: 1895836361551623115
111
+ hash: -1874627953720402256
112
112
  segments:
113
113
  - 0
114
114
  version: "0"
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
118
  - - ">="
119
119
  - !ruby/object:Gem::Version
120
- hash: 1895836361551623115
120
+ hash: -1874627953720402256
121
121
  segments:
122
122
  - 0
123
123
  version: "0"
@@ -127,7 +127,7 @@ rubyforge_project: log_weasel
127
127
  rubygems_version: 1.3.7
128
128
  signing_key:
129
129
  specification_version: 3
130
- summary: log_weasel-0.0.1
130
+ summary: log_weasel-0.0.2
131
131
  test_files:
132
132
  - spec/log_weasel/transaction_spec.rb
133
133
  - spec/spec_helper.rb