provideal-migration-helpers 1.0.2 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0
|
1
|
+
1.1.0
|
File without changes
|
@@ -5,18 +5,18 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{provideal-migration-helpers}
|
8
|
-
s.version = "1.0
|
8
|
+
s.version = "1.1.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Ren\303\251 Sprotte"]
|
12
|
-
s.date = %q{2009-09-
|
12
|
+
s.date = %q{2009-09-26}
|
13
13
|
s.email = %q{info@provideal.net}
|
14
14
|
s.files = [
|
15
15
|
".gitignore",
|
16
16
|
"Rakefile",
|
17
17
|
"VERSION",
|
18
18
|
"init.rb",
|
19
|
-
"lib/
|
19
|
+
"lib/provideal_migration_helpers.rb",
|
20
20
|
"provideal-migration-helpers.gemspec"
|
21
21
|
]
|
22
22
|
s.homepage = %q{http://github.com/provideal/provideal-migration-helpers/}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: provideal-migration-helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- "Ren\xC3\xA9 Sprotte"
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-09-
|
12
|
+
date: 2009-09-26 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -26,7 +26,7 @@ files:
|
|
26
26
|
- Rakefile
|
27
27
|
- VERSION
|
28
28
|
- init.rb
|
29
|
-
- lib/
|
29
|
+
- lib/provideal_migration_helpers.rb
|
30
30
|
- provideal-migration-helpers.gemspec
|
31
31
|
has_rdoc: true
|
32
32
|
homepage: http://github.com/provideal/provideal-migration-helpers/
|