jitsu 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/jitsu.gemspec +1 -1
  3. data/lib/jitsu/errors.rb +0 -2
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{jitsu}
8
- s.version = "0.4.1"
8
+ s.version = "0.4.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ilkka Laukkanen"]
@@ -13,8 +13,6 @@
13
13
  # You should have received a copy of the GNU General Public License along with
14
14
  # this program. If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
- # Exception classes for Jitsu module
17
- #
18
16
  module Jitsu
19
17
 
20
18
  # Base class for Jitsu errors.
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jitsu
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.1
5
+ version: 0.4.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ilkka Laukkanen
@@ -154,7 +154,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
154
154
  requirements:
155
155
  - - ">="
156
156
  - !ruby/object:Gem::Version
157
- hash: -810593517
157
+ hash: 71755087
158
158
  segments:
159
159
  - 0
160
160
  version: "0"