sw2at-tw 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b894823442f0180a50a67291e98e94b231a78ab9
4
- data.tar.gz: 5cdad9bf6f45b01710bb026e59147c92216ded45
3
+ metadata.gz: 9ccd2f12ec48b9b61f42d8d4f237b92bb527a1a3
4
+ data.tar.gz: a2e6d16ce6140bedc240476f6b804670ff4aa2f9
5
5
  SHA512:
6
- metadata.gz: 884828ee861944b1a7fb2a3a65bd41f06c5e32c0a75c38e4736e0cc5296ece09c7404706ea52058731a2d97bc6612cc1a2cff86e2f6560fe30cd349849f69103
7
- data.tar.gz: 2be0a6917551b42aad2d0576fee491299a7b2ef7b5405ae9ab99f01db0eaae21584210470f19f27e0207d85976b558411eb34be5137cd36d7faeb086e97e702e
6
+ metadata.gz: 89b5c3140ed042833e12f1cb908317365dfe46f6b9351b7954ddf49e90865405bd3a9c0fa9fff1c375b5b1f3a6509ca741a3a3534da2f593bb2cd7da757b6d0b
7
+ data.tar.gz: f0ab2e05a87b4fafbf998f4fd576e2701c0f7719935ff98dce16366590c2581213d8dda00684074ed978f9577301ea4b7aed99531fedfce2b0f4a926b03f7916
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -1,4 +1,4 @@
1
- require 'swat'
1
+ require 'sw2at'
2
2
 
3
3
  # Instance of this class will be available as @tw variable inside of RSpec context
4
4
 
data/sw2at-tw.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: sw2at-tw 0.0.1 ruby lib
5
+ # stub: sw2at-tw 0.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "sw2at-tw"
9
- s.version = "0.0.1"
9
+ s.version = "0.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sw2at-tw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vitaly Tarasenko