raptest 0.1.1 → 0.1.2

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.
Files changed (5) hide show
  1. data/README.md +1 -1
  2. data/Rakefile +3 -3
  3. data/VERSION +1 -1
  4. data/raptest.gemspec +4 -4
  5. metadata +6 -5
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Raptest – Rails Assets Pipeline testing tool
2
2
 
3
- **Raptest** plumbs Rails assets pipeline detecting any issue that may come out during and after deploy.
3
+ **Raptest** plumbs Rails assets pipeline detecting any issue that may come out during and after their deployment.
4
4
 
5
5
  ## Installation
6
6
 
data/Rakefile CHANGED
@@ -15,10 +15,10 @@ require 'jeweler'
15
15
  Jeweler::Tasks.new do |gem|
16
16
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
17
  gem.name = "raptest"
18
- gem.homepage = "http://github.com/mcasimir/kaminari-bootstrap"
18
+ gem.homepage = "http://github.com/mcasimir/raptest"
19
19
  gem.license = "MIT"
20
- gem.summary = %Q{Rails Assets Pipeline test}
21
- gem.description = %Q{Rails Assets Pipeline test}
20
+ gem.summary = %Q{Raptest – Rails Assets Pipeline testing tool}
21
+ gem.description = %Q{Raptest plumbs Rails assets pipeline detecting any issue that may come out during and after their deployment}
22
22
  gem.email = "maurizio.cas@gmail.com"
23
23
  gem.authors = ["mcasimir"]
24
24
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/raptest.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "raptest"
8
- s.version = "0.1.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 = ["mcasimir"]
12
12
  s.date = "2013-01-24"
13
- s.description = "Rails Assets Pipeline test"
13
+ s.description = "Raptest plumbs Rails assets pipeline detecting any issue that may come out during and after their deployment"
14
14
  s.email = "maurizio.cas@gmail.com"
15
15
  s.executables = ["raptest"]
16
16
  s.extra_rdoc_files = [
@@ -29,11 +29,11 @@ Gem::Specification.new do |s|
29
29
  "lib/raptest/test_error.rb",
30
30
  "raptest.gemspec"
31
31
  ]
32
- s.homepage = "http://github.com/mcasimir/kaminari-bootstrap"
32
+ s.homepage = "http://github.com/mcasimir/raptest"
33
33
  s.licenses = ["MIT"]
34
34
  s.require_paths = ["lib"]
35
35
  s.rubygems_version = "1.8.24"
36
- s.summary = "Rails Assets Pipeline test"
36
+ s.summary = "Raptest \u{2013} Rails Assets Pipeline testing tool"
37
37
 
38
38
  if s.respond_to? :specification_version then
39
39
  s.specification_version = 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raptest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,7 +91,8 @@ dependencies:
91
91
  - - ~>
92
92
  - !ruby/object:Gem::Version
93
93
  version: 1.8.4
94
- description: Rails Assets Pipeline test
94
+ description: Raptest plumbs Rails assets pipeline detecting any issue that may come
95
+ out during and after their deployment
95
96
  email: maurizio.cas@gmail.com
96
97
  executables:
97
98
  - raptest
@@ -110,7 +111,7 @@ files:
110
111
  - lib/raptest/test.rb
111
112
  - lib/raptest/test_error.rb
112
113
  - raptest.gemspec
113
- homepage: http://github.com/mcasimir/kaminari-bootstrap
114
+ homepage: http://github.com/mcasimir/raptest
114
115
  licenses:
115
116
  - MIT
116
117
  post_install_message:
@@ -125,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
126
  version: '0'
126
127
  segments:
127
128
  - 0
128
- hash: 664801373201402740
129
+ hash: -2846945688002879541
129
130
  required_rubygems_version: !ruby/object:Gem::Requirement
130
131
  none: false
131
132
  requirements:
@@ -137,5 +138,5 @@ rubyforge_project:
137
138
  rubygems_version: 1.8.24
138
139
  signing_key:
139
140
  specification_version: 3
140
- summary: Rails Assets Pipeline test
141
+ summary: Raptest – Rails Assets Pipeline testing tool
141
142
  test_files: []