guard-shotgun 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/LICENSE +1 -0
  2. data/lib/guard/shotgun/version.rb +1 -1
  3. metadata +1 -1
data/LICENSE CHANGED
@@ -1,5 +1,6 @@
1
1
  Copyright (c) 2011 Fletcher Nichol
2
2
  Copyright (c) 2012 Romain Champourlier
3
+ Copyright (c) 2012 Colin Rymer
3
4
 
4
5
  Permission is hereby granted, free of charge, to any person obtaining
5
6
  a copy of this software and associated documentation files (the
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module ShotgunVersion
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: guard-shotgun
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - romain@softr.li