wallpapers 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/config.yml +1 -0
- metadata +2 -1
data/lib/config.yml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
path: 'patente'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wallpapers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -19,6 +19,7 @@ extra_rdoc_files: []
|
|
19
19
|
files:
|
20
20
|
- Rakefile
|
21
21
|
- lib/wallpaper.rb
|
22
|
+
- lib/config.yml
|
22
23
|
- test/test_wallpaper.rb
|
23
24
|
homepage: https://rubygems.org/gems/wallpapers
|
24
25
|
licenses: []
|