nyan_nyan_cats 0.0.1 → 0.0.2

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: 94229b8858b5c2496c30ec3e838b49004d7acfbe
4
- data.tar.gz: 6cb132ffab0affa02af73e10ae3cc1d087f889a0
3
+ metadata.gz: 37017607df04a84e847f95f0a6f61b98983e1dc7
4
+ data.tar.gz: 5928ac3ae905512c9ad9c66e77039b123d5f3e2d
5
5
  SHA512:
6
- metadata.gz: 8054cc9d978421e45326be8bec9710ace118b6db7d69977f88ec4732b291f7407dff94e7abd6009175cf1d2cc70c634e9f7898cd5a6d91ea04dd73d4c0339f40
7
- data.tar.gz: 258b971ccdb19ea3f4ec2386819157457b3da2097ef031addb21d72bd7acab0e121336995294ec002be79201ef52aa19c9baad6cf12861e4ef1270f0ad81a7bc
6
+ metadata.gz: 914a0dde413c3b5dad8bbe46cef005d50e0deeabb7c1c8c467ac4efcb8e9c77b5bf2c5565bc3e4f8d9eb825899406e91619bd5180f157e8662d86875b67185d9
7
+ data.tar.gz: cee29b62c9ded94e3f0a6757d66974a7297e22befdf5017792cb19fb11792f32a00963e1f8997a055b165f9ec86cf5ff18de84d65cc580970340e9119ddff434
data/README.md CHANGED
@@ -1,31 +1,6 @@
1
- # NyanNyanCats
1
+ # Nyan Nyan Cats
2
2
 
3
- TODO: Write a gem description
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'nyan_nyan_cats'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install nyan_nyan_cats
20
-
21
- ## Usage
22
-
23
- TODO: Write usage instructions here
24
-
25
- ## Contributing
26
-
27
- 1. Fork it ( https://github.com/[my-github-username]/nyan_nyan_cats/fork )
28
- 2. Create your feature branch (`git checkout -b my-new-feature`)
29
- 3. Commit your changes (`git commit -am 'Add some feature'`)
30
- 4. Push to the branch (`git push origin my-new-feature`)
31
- 5. Create a new Pull Request
3
+ 1. Install as gem 'nyan_nyan_cats', '~> 0.0.1'
4
+ 2. Set variable as NyanNyanCats::Cats.new
5
+ 3. Call variable.nyan
6
+ 4. nyan nyan nyan.
@@ -1,3 +1,3 @@
1
1
  module NyanNyanCats
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
Binary file
@@ -0,0 +1,2 @@
1
+ require 'spec_helper'
2
+
@@ -0,0 +1 @@
1
+ require 'nyan_nyan_cats'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nyan_nyan_cats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Chan
@@ -66,7 +66,10 @@ files:
66
66
  - Rakefile
67
67
  - lib/nyan_nyan_cats.rb
68
68
  - lib/nyan_nyan_cats/version.rb
69
+ - nyan_nyan_cats-0.0.1.gem
69
70
  - nyan_nyan_cats.gemspec
71
+ - spec/nyan_nyan_cats_spec.rb
72
+ - spec/spec_helper.rb
70
73
  homepage: http://rubygems.org/gems/matt16749
71
74
  licenses:
72
75
  - MIT
@@ -91,4 +94,6 @@ rubygems_version: 2.2.2
91
94
  signing_key:
92
95
  specification_version: 4
93
96
  summary: Outputs NyanNyanCats
94
- test_files: []
97
+ test_files:
98
+ - spec/nyan_nyan_cats_spec.rb
99
+ - spec/spec_helper.rb