mango 0.5.0.beta4 → 0.5.0.beta5
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/CHANGES.mdown +1 -1
- data/README.mdown +2 -2
- data/lib/mango/templates/Gemfile +1 -1
- data/lib/mango/version.rb +1 -1
- data/mango.gemspec +1 -1
- data/spec/mango/version_spec.rb +1 -1
- metadata +4 -4
data/CHANGES.mdown
CHANGED
data/README.mdown
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Image courtesy of [B.C. Tree Fruits LTD.](http://www.bctree.com/products/sourced/mango.php)
|
|
4
4
|
|
|
5
|
-
Mango release 0.5.0.
|
|
5
|
+
Mango release 0.5.0.beta5 (October 29, 2010)
|
|
6
6
|
============================================
|
|
7
7
|
|
|
8
8
|
Copyright (c) 2010 Ryan Sobol. Licensed under the MIT license. Please see the {file:LICENSE} for more information.
|
|
@@ -95,7 +95,7 @@ REQUIREMENTS
|
|
|
95
95
|
INSTALLING
|
|
96
96
|
----------
|
|
97
97
|
|
|
98
|
-
$ gem install mango -v 0.5.0.
|
|
98
|
+
$ gem install mango -v 0.5.0.beta5
|
|
99
99
|
|
|
100
100
|
Note: Depending on how RubyGems is installed on your machine, you *may* need to prepend the command with `sudo`.
|
|
101
101
|
|
data/lib/mango/templates/Gemfile
CHANGED
data/lib/mango/version.rb
CHANGED
data/mango.gemspec
CHANGED
data/spec/mango/version_spec.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mango
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 1323187678
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
9
|
- 0
|
|
10
|
-
-
|
|
11
|
-
version: 0.5.0.
|
|
10
|
+
- beta5
|
|
11
|
+
version: 0.5.0.beta5
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Ryan Sobol
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2010-10-
|
|
19
|
+
date: 2010-10-29 00:00:00 -07:00
|
|
20
20
|
default_executable: mango
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|