ms_pivot 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/ms_pivot.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
@@ -8,7 +8,7 @@ begin
|
|
8
8
|
gem.summary = %Q{A little gem to help you pivot your arrays}
|
9
9
|
gem.description = %Q{A little gem to help you pivot your arrays}
|
10
10
|
gem.email = "aisha.fenton@visfleet.com"
|
11
|
-
gem.homepage = "http://github.com/
|
11
|
+
gem.homepage = "http://github.com/visfleet/ms_pivot"
|
12
12
|
gem.authors = ["Aisha Fenton"]
|
13
13
|
gem.add_development_dependency "rspec", ">= 2.3"
|
14
14
|
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/ms_pivot.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{ms_pivot}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Aisha Fenton"]
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
|
|
32
32
|
"spec/pivot_spec.rb",
|
33
33
|
"spec/table_spec.rb"
|
34
34
|
]
|
35
|
-
s.homepage = %q{http://github.com/
|
35
|
+
s.homepage = %q{http://github.com/visfleet/ms_pivot}
|
36
36
|
s.rdoc_options = ["--charset=UTF-8"]
|
37
37
|
s.require_paths = ["lib"]
|
38
38
|
s.rubygems_version = %q{1.3.6}
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 2
|
9
|
+
version: 0.1.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Aisha Fenton
|
@@ -55,7 +55,7 @@ files:
|
|
55
55
|
- spec/pivot_spec.rb
|
56
56
|
- spec/table_spec.rb
|
57
57
|
has_rdoc: true
|
58
|
-
homepage: http://github.com/
|
58
|
+
homepage: http://github.com/visfleet/ms_pivot
|
59
59
|
licenses: []
|
60
60
|
|
61
61
|
post_install_message:
|