rubygems_herald 0.0.6 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d202f1f72bcbd65a3c19b5320508baa885455fd
4
- data.tar.gz: 3b982d4cd70bd16c0e00d008100cb93da56afb21
3
+ metadata.gz: 1edd1f0b1b4382512c7e6ced8a5a102d140a175b
4
+ data.tar.gz: 1bf03ce1ff64360be6cd23193da4eeaa4a3a94bd
5
5
  SHA512:
6
- metadata.gz: 60cfd2bd48e4b683a6bd40014911d87756205ebdfc572d8644c433d29d3e70176e009b9618fd7f41870b81260ad0a37057be1785646556836597dc6a3c8535b5
7
- data.tar.gz: 09e28a890725a7edff78c56c568fac9ec7cbdef86acc1485ee53d71ef396bcd08980143a5ea2535936e501683b5ad85c808f1302a2bef31dbf2b8bcef61e5b86
6
+ metadata.gz: 9d14c60a0815948ce84a0622b4b94a471a3bcfb2037213db29c0705e9080b17232148f09609de30c26dc53af5a4e65b23dbafbb3f315aff568f8cadc5695bf31
7
+ data.tar.gz: 987ca308f1369296515af5b3ab83e6aaa8cb106f8631843ed5e7b1001e89b978026582823270dcf92bae18e79f9a5cefc6b41efc0d6f8347692993962461403a
data/README.md CHANGED
@@ -1,40 +1,5 @@
1
1
  Rubygems Herald
2
2
  ===========
3
3
 
4
- [![Gem Version](https://badge.fury.io/rb/rubygems_herald.svg)](http://badge.fury.io/rb/rubygems_herald)
5
- [![Build Status](https://travis-ci.org/gemvein/rubygems_herald.svg)](https://travis-ci.org/gemvein/rubygems_herald)
6
- [![Coverage Status](https://coveralls.io/repos/gemvein/rubygems_herald/badge.png)](https://coveralls.io/r/gemvein/rubygems_herald)
7
-
8
- For organizations that want to market a gem in style, Rubygems Herald syncs your gems' data via the RubyGems.org API so that your software marketing website stays up to date with the latest information about your gems.
9
-
10
- Installation
11
- ----------------------------
12
-
13
- First, add the gem to your Gemfile
14
-
15
- gem 'rubygems_herald'
16
-
17
- Next, run the following commands
18
-
19
- > bundle install
20
- > rails g rubygems_herald:install
21
- > rake db:migrate
22
-
23
- Edit the initializer to set the names of the gems that Rubygems Herald should fetch.
24
-
25
- Contributing to Rubygems Herald
26
- ----------------------------
27
-
28
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
29
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
30
- * Fork the project.
31
- * Start a feature/bugfix branch.
32
- * Commit and push until you are happy with your contribution.
33
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
34
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
35
-
36
- Copyright
37
- ---------
38
-
39
- Copyright (c) 2014 Gem Vein. See LICENSE.txt for further details.
4
+ This project has been renamed to Museum. This version has been abandoned and remains here only for historical reasons.
40
5
 
data/Rakefile CHANGED
@@ -17,8 +17,9 @@ Jeweler::Tasks.new do |gem|
17
17
  gem.name = "rubygems_herald"
18
18
  gem.homepage = "http://github.com/gemvein/rubygems_herald"
19
19
  gem.license = "MIT"
20
- gem.summary = %Q{Rails 4 Engine that populates a marketing site with data from RubyGems.org}
21
- gem.description = %Q{For organizations that want to market a gem in style, Rubygems Herald syncs your gems' data via the RubyGems.org API so that your software marketing website stays up to date with the latest information about your gems.}
20
+ gem.summary = %Q{This project has been renamed to Museum. This version has been abandoned and remains here only for historical reasons.}
21
+ gem.description = %Q{ gem.summary = %Q{This project has been renamed to Museum. This version has been abandoned and remains here only for historical reasons.}
22
+ }
22
23
  gem.email = "karen.e.lundgren@gmail.com"
23
24
  gem.authors = ["Karen Lundgren"]
24
25
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.6
1
+ 1.0.0
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "rubygems_herald"
8
- s.version = "0.0.6"
8
+ s.version = "1.0.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Karen Lundgren"]
12
- s.date = "2014-05-16"
13
- s.description = "For organizations that want to market a gem in style, Rubygems Herald syncs your gems' data via the RubyGems.org API so that your software marketing website stays up to date with the latest information about your gems."
12
+ s.date = "2014-05-19"
13
+ s.description = " gem.summary = %Q{This project has been renamed to Museum. This version has been abandoned and remains here only for historical reasons.}\n"
14
14
  s.email = "karen.e.lundgren@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
@@ -101,7 +101,7 @@ Gem::Specification.new do |s|
101
101
  s.licenses = ["MIT"]
102
102
  s.require_paths = ["lib"]
103
103
  s.rubygems_version = "2.0.3"
104
- s.summary = "Rails 4 Engine that populates a marketing site with data from RubyGems.org"
104
+ s.summary = "This project has been renamed to Museum. This version has been abandoned and remains here only for historical reasons."
105
105
 
106
106
  if s.respond_to? :specification_version then
107
107
  s.specification_version = 4
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygems_herald
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-16 00:00:00.000000000 Z
11
+ date: 2014-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -206,9 +206,8 @@ dependencies:
206
206
  - - '>='
207
207
  - !ruby/object:Gem::Version
208
208
  version: '0'
209
- description: For organizations that want to market a gem in style, Rubygems Herald
210
- syncs your gems' data via the RubyGems.org API so that your software marketing website
211
- stays up to date with the latest information about your gems.
209
+ description: |2
210
+ gem.summary = %Q{This project has been renamed to Museum. This version has been abandoned and remains here only for historical reasons.}
212
211
  email: karen.e.lundgren@gmail.com
213
212
  executables: []
214
213
  extensions: []
@@ -318,5 +317,6 @@ rubyforge_project:
318
317
  rubygems_version: 2.0.3
319
318
  signing_key:
320
319
  specification_version: 4
321
- summary: Rails 4 Engine that populates a marketing site with data from RubyGems.org
320
+ summary: This project has been renamed to Museum. This version has been abandoned
321
+ and remains here only for historical reasons.
322
322
  test_files: []