masheri 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/masheri/version.rb +1 -1
- data/masheri.gemspec +2 -2
- metadata +2 -3
data/Rakefile
CHANGED
@@ -3,7 +3,7 @@ begin
|
|
3
3
|
require './lib/masheri/version.rb'
|
4
4
|
Jeweler::Tasks.new do |gemspec|
|
5
5
|
gemspec.name = "masheri"
|
6
|
-
gemspec.summary = "
|
6
|
+
gemspec.summary = "Rails gem for Mashery. Clean config and includes tests."
|
7
7
|
gemspec.email = "farleyknight@gmail.com"
|
8
8
|
gemspec.homepage = "http://github.com/farleyknight/masheri"
|
9
9
|
gemspec.authors = ["Farley Knight"]
|
data/lib/masheri/version.rb
CHANGED
data/masheri.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "masheri"
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Farley Knight"]
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
|
|
40
40
|
s.licenses = ["MIT"]
|
41
41
|
s.require_paths = ["lib"]
|
42
42
|
s.rubygems_version = "1.8.25"
|
43
|
-
s.summary = "
|
43
|
+
s.summary = "Rails gem for Mashery. Clean config and includes tests."
|
44
44
|
|
45
45
|
if s.respond_to? :specification_version then
|
46
46
|
s.specification_version = 3
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: masheri
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -126,6 +126,5 @@ rubyforge_project:
|
|
126
126
|
rubygems_version: 1.8.25
|
127
127
|
signing_key:
|
128
128
|
specification_version: 3
|
129
|
-
summary:
|
130
|
-
file.
|
129
|
+
summary: Rails gem for Mashery. Clean config and includes tests.
|
131
130
|
test_files: []
|