bukkit 1.1.0 → 1.1.1

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: 15f530d8c4377ef0efe8388352f6d260f77113df
4
- data.tar.gz: 79f7702c95236e6791488f710fad8036e36f0385
3
+ metadata.gz: 1abf5468b2746310d6754a4a69fc7081762bfe4a
4
+ data.tar.gz: ce882671e640baa4cd3bfe083ebc77b17c38467a
5
5
  SHA512:
6
- metadata.gz: 51606b8e0906b8b95a688cfccdfe9a56b952919e44ea85b305dc03b2d50ae492bc5ea886e8a61860ad8228036482a408d64d6e7fe0b4a93f622a2d7425f1f7eb
7
- data.tar.gz: 0f11c78afbc3b4a78067bcb83d191b4570f4041b88ecdeb1f0d77ce57e79f2253a3da45b3253b7b751fc1dd1992bb82c521c36268a4d76492fc8f561719af0a1
6
+ metadata.gz: 42ac84c2efc316fef4361ad46200478e3a98f0609835f5cd43377385c2e6211190b126875bfe53b8039ff97d63c87d2a2e75bab2507f33eb5e844337392e1f9a
7
+ data.tar.gz: 0a610454dfab3267ffb43efbc4a066dda0771e77e892941b09ab8897326a554a2843b0b67345f840eb17c1a3e909e452676ec44c6263bc6eb7f0f20e1a2fd60f
@@ -1,4 +1,4 @@
1
1
  module Bukkit
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  VERSION_FULL = "Bukkit-CLI v#{VERSION}"
4
4
  end
@@ -7,8 +7,9 @@ module Bukkit
7
7
  begin
8
8
  plugins_api = JSON.parse(open("http://api.bukget.org/3/plugins/bukkit/#{plugin}").read)
9
9
  website = plugins_api["website"]
10
+ Launchy.open(website)
11
+ sleep(1)
10
12
  puts "Opening the plugin's website in your default browser..."
11
- Launchy.open(website)
12
13
  rescue OpenURI::HTTPError
13
14
  puts "ERROR: Plugin not found.\nMake sure you have the name correct.\nTry `bukkit website --help`"
14
15
  Bukkit::Help.website
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bukkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Herrick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-27 00:00:00.000000000 Z
11
+ date: 2013-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: archive-zip
@@ -156,8 +156,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  version: '0'
157
157
  requirements: []
158
158
  rubyforge_project:
159
- rubygems_version: 2.1.8
159
+ rubygems_version: 2.0.3
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: A command line wrapper for CraftBukkit. Manage your server much easier.
163
163
  test_files: []
164
+ has_rdoc: