swd 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/.rspec +2 -0
- data/VERSION +1 -1
- data/lib/swd.rb +4 -1
- data/lib/swd/cache.rb +1 -2
- data/spec/swd_spec.rb +1 -1
- metadata +2 -1
data/.rspec
ADDED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/lib/swd.rb
CHANGED
data/lib/swd/cache.rb
CHANGED
data/spec/swd_spec.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: swd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- nov matake
|
|
@@ -122,6 +122,7 @@ extra_rdoc_files: []
|
|
|
122
122
|
|
|
123
123
|
files:
|
|
124
124
|
- .gitignore
|
|
125
|
+
- .rspec
|
|
125
126
|
- Gemfile
|
|
126
127
|
- Gemfile.lock
|
|
127
128
|
- Rakefile
|