retrospec-plugingen 0.2.0 → 0.2.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: a7459885713f1b9030a1a04b8803c5076f7eb258
4
- data.tar.gz: f7048d9e02f55dcb648f7c9920e83e05f57636e0
3
+ metadata.gz: 84b61e375e41152b2aeedfc638de9d02cbb83f5c
4
+ data.tar.gz: 45363ce7906ebbed3b97ba9e1be439c6ca028892
5
5
  SHA512:
6
- metadata.gz: 216191c3a11f81b71ef5656b0861dabc5bfd8c0afd1becde08d27368b0f1f142c274675a3c176bead6cddc5bab07badb0698c454654857108fb7f381d192404b
7
- data.tar.gz: 818ad60d696ef7a4919634f0bf40d42652794011245796d4a705c1d39c3f920c777a4a34565496d0618209eac276bb558c3e6a70f834949f6889a87271503e46
6
+ metadata.gz: 4c0d7a0f08fa80d0a2e6a6b82b75a9a140a660b698894d50201f49b503c4dc035e215aec3a82c2798524cebee6ff6ed924d12e5c4f71c87ea3f34e903f84b1e0
7
+ data.tar.gz: a0bd330e295d7940354974d013667712dcdb6948d545621b1d3eddcdcc5a4891d1e0ef0db1dcbbbb002adfd70ff249adbfcc43cf54e10fc09aa2aed55bfa9c85
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # retrospec-plugin_gen
2
+ [![Gem Version](https://badge.fury.io/rb/retrospec-plugingen.svg)](http://badge.fury.io/rb/retrospec-plugingen)
2
3
 
3
4
  ## Summary
4
5
  This plugin is the starting point to create plugins for retrospec. Its a widget for creating widgets!
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -1,4 +1,5 @@
1
1
  # retrospec-<%= plugin_name %>
2
+ [![Gem Version](https://badge.fury.io/rb/retrospec-<%= plugin_name %>.svg)](http://badge.fury.io/rb/retrospec-<%= plugin_name %>)
2
3
 
3
4
  Description goes here.
4
5
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "retrospec-plugingen"
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Corey Osman"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: retrospec-plugingen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Corey Osman