summaryrefslogtreecommitdiff
blob: 6ef8631119a3c84b256fb8ade79b53c41d66af0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# ChangeLog for dev-ruby/multi_json
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_json/ChangeLog,v 1.10 2011/12/27 15:32:06 graaff Exp $

  27 Dec 2011; Hans de Graaff <graaff@gentoo.org> multi_json-1.0.4.ebuild:
  Also require rspec:2 with USE=doc since it is required for the Rakefile.

  26 Dec 2011; Fabian Groffen <grobian@gentoo.org> multi_json-1.0.4.ebuild:
  Add Prefix keywords, bug #396043

*multi_json-1.0.4 (01 Dec 2011)

  01 Dec 2011; Hans de Graaff <graaff@gentoo.org> +multi_json-1.0.4.ebuild:
  Version bump.

  05 Nov 2011; Hans de Graaff <graaff@gentoo.org> multi_json-1.0.3.ebuild:
  dev-ruby/yajl-ruby is mandatory when testing for all targets except jruby.

*multi_json-1.0.3 (19 Jul 2011)

  19 Jul 2011; Hans de Graaff <graaff@gentoo.org> +multi_json-1.0.3.ebuild,
  +files/multi_json-1.0.3-gentoo.patch:
  Version bump.

*multi_json-1.0.2 (24 May 2011)

  24 May 2011; Hans de Graaff <graaff@gentoo.org> +multi_json-1.0.2.ebuild:
  Version bump.

  02 Oct 2010; Hans de Graaff <graaff@gentoo.org> multi_json-0.0.4.ebuild:
  Remove bundler code because it requires all optional dependencies to be
  installed. Fix RSpec dependency.

*multi_json-0.0.4 (19 Jun 2010)

  19 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  -multi_json-0.0.3-r1.ebuild, -files/multi_json-0.0.3-gentoo.patch,
  +multi_json-0.0.4.ebuild, +files/multi_json-0.0.4-gentoo.patch:
  Version bump, reduce patching to our tests' hacks.

*multi_json-0.0.3-r1 (19 Jun 2010)

  19 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  -multi_json-0.0.3.ebuild, +multi_json-0.0.3-r1.ebuild,
  files/multi_json-0.0.3-gentoo.patch:
  Fix issue #1 from upstream, json engine failed to work as itnended.

*multi_json-0.0.3 (19 Jun 2010)

  19 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org>
  +multi_json-0.0.3.ebuild, +files/multi_json-0.0.3-gentoo.patch,
  +metadata.xml:
  Initial import of multi_json needed for the new version of oauth2. The
  tests are particularly patched (and not all of it is upstreamed yet) so
  that they pass on Ruby 1.9 and JRuby properly.