fetch_meizi 0.0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -15,3 +15,4 @@ spec/reports
15
15
  test/tmp
16
16
  test/version_tmp
17
17
  tmp
18
+ fetch_meizi-0.0.1.gem
data/bin/fetchmeizi ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+ require_relative '../lib/fetch_meizi'
3
+
4
+ p Meizi.fetch
@@ -1,3 +1,3 @@
1
1
  module FetchMeizi
2
- VERSION = "0.0.1"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/fetch_meizi.rb CHANGED
@@ -13,6 +13,4 @@ class Meizi
13
13
  end
14
14
  end
15
15
 
16
- end
17
-
18
- p Meizi.fetch
16
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fetch_meizi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -47,8 +47,7 @@ description: Fetch the newest image from meizitu
47
47
  email:
48
48
  - zlx.star@gmail.com
49
49
  executables:
50
- - fetchmeizi.rb
51
- - untitled.txt
50
+ - fetchmeizi
52
51
  extensions: []
53
52
  extra_rdoc_files: []
54
53
  files:
@@ -57,8 +56,7 @@ files:
57
56
  - LICENSE.txt
58
57
  - README.md
59
58
  - Rakefile
60
- - bin/fetchmeizi.rb
61
- - bin/untitled.txt
59
+ - bin/fetchmeizi
62
60
  - fetch-meizi.gemspec
63
61
  - lib/fetch_meizi.rb
64
62
  - lib/fetch_meizi/version.rb
data/bin/fetchmeizi.rb DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- ruby "lib/fetch_meizi.rb"
data/bin/untitled.txt DELETED
File without changes