gemrat 0.0.5 → 0.0.6
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +0 -9
- data/README.md +7 -10
- data/gemrat-0.0.5.gem +0 -0
- data/lib/gemrat/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a94a50c1c57b1489d503a7e1882bf1dc998948d
|
|
4
|
+
data.tar.gz: 274b9e5f04f0e0bd9581c650eb70e04d5d6ab6ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 503d8e10df396ed92bd917f952281709eb76812763d3d0645dbfeee9b7abb8eb8f17a49ad35daf10c1ffa3bdf8ed94403d9d43e3e01399e8efb229690e3849c4
|
|
7
|
+
data.tar.gz: 0582ff80405fa60542f22a6ece6d6e5c4bb64921de7a92e9685af9f6cbf9eb955602122e07b4e6fffed890b016f3d6ee30f666f046357b3863d4dc74d16a3156
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
gemrat (0.0.4)
|
|
5
|
-
|
|
6
1
|
GEM
|
|
7
2
|
remote: https://rubygems.org/
|
|
8
3
|
specs:
|
|
@@ -14,7 +9,6 @@ GEM
|
|
|
14
9
|
coderay (~> 1.0.5)
|
|
15
10
|
method_source (~> 0.8)
|
|
16
11
|
slop (~> 3.4)
|
|
17
|
-
rake (10.0.4)
|
|
18
12
|
rspec (2.13.0)
|
|
19
13
|
rspec-core (~> 2.13.0)
|
|
20
14
|
rspec-expectations (~> 2.13.0)
|
|
@@ -29,9 +23,6 @@ PLATFORMS
|
|
|
29
23
|
ruby
|
|
30
24
|
|
|
31
25
|
DEPENDENCIES
|
|
32
|
-
bundler (~> 1.3)
|
|
33
26
|
colored (= 1.2)
|
|
34
|
-
gemrat!
|
|
35
27
|
pry (= 0.9.12.2)
|
|
36
|
-
rake
|
|
37
28
|
rspec (= 2.13.0)
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Add the latest version of sinatra to your Gemfile and bundle
|
|
|
16
16
|
<pre>
|
|
17
17
|
$ gemrat sinatra
|
|
18
18
|
|
|
19
|
-
#=> gem 'sinatra', '1.4.3' added.
|
|
19
|
+
#=> gem 'sinatra', '1.4.3' added to your Gemfile.
|
|
20
20
|
#=> Bundling...
|
|
21
21
|
</pre>
|
|
22
22
|
|
|
@@ -24,10 +24,15 @@ Add the latest version of rspec to your Gemfile and bundle
|
|
|
24
24
|
<pre>
|
|
25
25
|
$ gemrat rspec
|
|
26
26
|
|
|
27
|
-
#=> gem 'rspec', '2.13.0' added.
|
|
27
|
+
#=> gem 'rspec', '2.13.0' added to your Gemfile.
|
|
28
28
|
#=> Bundling...
|
|
29
29
|
</pre>
|
|
30
30
|
|
|
31
|
+
<br/>
|
|
32
|
+
<br/>
|
|
33
|
+
|
|
34
|
+

|
|
35
|
+
|
|
31
36
|
## Installation
|
|
32
37
|
|
|
33
38
|
Add this line to your application's Gemfile:
|
|
@@ -41,11 +46,3 @@ And then execute:
|
|
|
41
46
|
Or install it yourself as:
|
|
42
47
|
|
|
43
48
|
$ gem install gemrat
|
|
44
|
-
|
|
45
|
-
## Contributing
|
|
46
|
-
|
|
47
|
-
1. Fork it
|
|
48
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
49
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
50
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
|
51
|
-
5. Create new Pull Request
|
data/gemrat-0.0.5.gem
ADDED
|
Binary file
|
data/lib/gemrat/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemrat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dru Riley
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-06-
|
|
11
|
+
date: 2013-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -57,6 +57,7 @@ files:
|
|
|
57
57
|
- gemrat-0.0.1.gem
|
|
58
58
|
- gemrat-0.0.3.gem
|
|
59
59
|
- gemrat-0.0.4.gem
|
|
60
|
+
- gemrat-0.0.5.gem
|
|
60
61
|
- gemrat.gemspec
|
|
61
62
|
- lib/gemrat.rb
|
|
62
63
|
- lib/gemrat/version.rb
|