flag_shih_tzu 0.3.5 → 0.3.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/CHANGELOG +4 -0
- data/flag_shih_tzu.gemspec +1 -2
- data/lib/flag_shih_tzu.rb +0 -1
- data/lib/flag_shih_tzu/version.rb +1 -1
- metadata +2 -3
- data/init.rb +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f3864c6fe734d0dc27d87b88a46085d57beed02
|
|
4
|
+
data.tar.gz: ea62d27e9fdf6749183a2720345b02efe34048a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0334d4da71237808fe90c033212b9c6dbc107b0a8ea6f63f79e02607ab8bdf76c667d11f0ff015c68007eefabf508d50e568143defb0e50e794f899f3c65b14e
|
|
7
|
+
data.tar.gz: 0145457f64fea344bbb589df30c537e178f5f4fc59e993522d3d2d8289ad677b4fb11f74bcea80a61a59ffe4261c9c5b74027392cbddbc852c79ed6357060b2e
|
data/CHANGELOG
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
Version 0.3.6 - AUG.29.2013
|
|
2
|
+
* Allow use with any gem manager by Peter Boling
|
|
3
|
+
* No need to alter Ruby's load path by Peter Boling
|
|
4
|
+
|
|
1
5
|
Version 0.3.5 - AUG.06.2013
|
|
2
6
|
* Fix Travis Build & Add Rails 4 by Peter M. Goldstein
|
|
3
7
|
* Implemented update_flag! by Peter Boling (see https://github.com/pboling/flag_shih_tzu/issues/27)
|
data/flag_shih_tzu.gemspec
CHANGED
data/lib/flag_shih_tzu.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flag_shih_tzu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2013-08-
|
|
15
|
+
date: 2013-08-29 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: activerecord
|
|
@@ -108,7 +108,6 @@ files:
|
|
|
108
108
|
- gemfiles/Gemfile.activerecord-3.1.x
|
|
109
109
|
- gemfiles/Gemfile.activerecord-3.2.x
|
|
110
110
|
- gemfiles/Gemfile.activerecord-4.0.x
|
|
111
|
-
- init.rb
|
|
112
111
|
- lib/flag_shih_tzu.rb
|
|
113
112
|
- lib/flag_shih_tzu/validators.rb
|
|
114
113
|
- lib/flag_shih_tzu/version.rb
|
data/init.rb
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
require 'flag_shih_tzu'
|