mini_portile 0.6.1 → 0.6.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a51c6c5961977a2a4dc29d1dc01ed54576ee87e
4
- data.tar.gz: ede76f1e8d1d6b344fcaff06738d075a4b7eae41
3
+ metadata.gz: b8bb1f4555b185687edb331802be1e4783b39716
4
+ data.tar.gz: 4de819ec5c11062cb206751a0245380e503b37e1
5
5
  SHA512:
6
- metadata.gz: aaa3a4bb7011943075788ab24aed8cc7ae1c536113a91695fa332a081f02d813b500440e20e7c675d5f0b55ada94e07e358a9a3404b22696dece65a401725b1a
7
- data.tar.gz: f959e01a6ee9321050610b69f66507f9c35851cedbc343585e01796d55cda4bbcae7e9ad06a3ed01abf0fef4f7bb71abd517a56ee448c4553c72a23056331dbc
6
+ metadata.gz: 8a1ed772f09c079a4bc2582507e92cc661703b6702c1da0e02da6ffc63664d39d06ee04635fc36c863d7e7b3c2fcc2c3afa26ffaf7b31bc6b4d2682185e71cc4
7
+ data.tar.gz: eda4c7c81eb1e275829a122ea7ce1f438df33a88dc490929aae0637064c809be625180c961f18aa8d4dc070354525f15dd36feb1335e92d57e5a4a3fe263f918
@@ -1,3 +1,8 @@
1
+ === 0.6.2 / 2014-12-30
2
+
3
+ * Updated gemspec, license and README to reflect new maintainer.
4
+
5
+
1
6
  === 0.6.1 / 2014-08-03
2
7
 
3
8
  * Enhancements:
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011 Luis Lavena.
1
+ Copyright (c) 2011-2015 Luis Lavena and Mike Dalessio
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,7 +1,7 @@
1
1
  = MiniPortile
2
2
 
3
- * {Source Code}[https://github.com/luislavena/mini_portile]
4
- * {Bug Reports}[https://github.com/luislavena/mini_portile/issues]
3
+ * {Source Code}[https://github.com/flavorjones/mini_portile]
4
+ * {Bug Reports}[https://github.com/flavorjones/mini_portile/issues]
5
5
 
6
6
  This project is a minimalistic, simplistic and stupid implementation of a port/recipe
7
7
  system <b>for developers</b>.
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require "rubygems/package_task"
4
4
  GEM_SPEC = Gem::Specification.new do |s|
5
5
  # basic information
6
6
  s.name = "mini_portile"
7
- s.version = "0.6.1"
7
+ s.version = "0.6.2"
8
8
  s.platform = Gem::Platform::RUBY
9
9
 
10
10
  # description and details
@@ -30,12 +30,12 @@ GEM_SPEC = Gem::Specification.new do |s|
30
30
  s.extra_rdoc_files = %w(README.rdoc History.txt LICENSE.txt)
31
31
 
32
32
  # project information
33
- s.homepage = 'http://github.com/luislavena/mini_portile'
33
+ s.homepage = 'http://github.com/flavorjones/mini_portile'
34
34
  s.licenses = ['MIT']
35
35
 
36
36
  # author and contributors
37
- s.author = 'Luis Lavena'
38
- s.email = 'luislavena@gmail.com'
37
+ s.authors = ['Luis Lavena', 'Mike Dalessio']
38
+ s.email = 'mike.dalessio@gmail.com'
39
39
  end
40
40
 
41
41
  Gem::PackageTask.new(GEM_SPEC) do |pkg|
@@ -16,7 +16,7 @@ recipes.push sqlite3
16
16
 
17
17
  # c-ares
18
18
  c_ares = MiniPortile.new "c-ares", "1.7.5"
19
- c_ares.files << "https://s3.amazonaws.com/distfiles.openknapsack.org/#{c_ares.name}/#{c_ares.name}-#{c_ares.version}.tar.gz"
19
+ c_ares.files << "https://distfiles.openknapsack.org/#{c_ares.name}/#{c_ares.name}-#{c_ares.version}.tar.gz"
20
20
 
21
21
  recipes.push c_ares
22
22
 
metadata CHANGED
@@ -1,19 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_portile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis Lavena
8
+ - Mike Dalessio
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-08-03 00:00:00.000000000 Z
12
+ date: 2014-12-30 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description: Simplistic port-like solution for developers. It provides a standard
14
15
  and simplified way to compile against dependency libraries without messing up your
15
16
  system.
16
- email: luislavena@gmail.com
17
+ email: mike.dalessio@gmail.com
17
18
  executables: []
18
19
  extensions: []
19
20
  extra_rdoc_files:
@@ -27,7 +28,7 @@ files:
27
28
  - Rakefile
28
29
  - examples/Rakefile
29
30
  - lib/mini_portile.rb
30
- homepage: http://github.com/luislavena/mini_portile
31
+ homepage: http://github.com/flavorjones/mini_portile
31
32
  licenses:
32
33
  - MIT
33
34
  metadata: {}