[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-24 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: (was: 0003-Bumped-the-release-to-0.18.patch)

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.19
>
> Attachments: 
> 0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch, 
> 0002-Renamed-the-gemfile-to-qpid_messaging.patch
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-24 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: 0002-Renamed-the-gemfile-to-qpid_messaging.patch
0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.19
>
> Attachments: 
> 0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch, 
> 0002-Renamed-the-gemfile-to-qpid_messaging.patch
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-24 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: 0003-Bumped-the-release-to-0.18.patch

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.19
>
> Attachments: 
> 0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch, 
> 0002-Renamed-the-gemfile-to-qpid_messaging.patch
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-24 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: (was: 0003-Bumped-the-release-to-0.18.patch)

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.19
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-24 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: (was: 0002-Renamed-the-gemfile-to-qpid_messaging.patch)

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.19
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-24 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: (was: 
0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch)

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.19
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-24 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: 0003-Bumped-the-release-to-0.18.patch
0002-Renamed-the-gemfile-to-qpid_messaging.patch
0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.19
>
> Attachments: 
> 0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch, 
> 0002-Renamed-the-gemfile-to-qpid_messaging.patch, 
> 0003-Bumped-the-release-to-0.18.patch
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-24 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: (was: 
0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch)

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.19
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-24 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: (was: 0002-Renamed-the-gemfile-to-qpid_messaging.patch)

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.19
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-18 Thread Robbie Gemmell (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated QPID-4291:
-

Fix Version/s: (was: 0.18)
   0.19

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.19
>
> Attachments: 
> 0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch, 
> 0002-Renamed-the-gemfile-to-qpid_messaging.patch
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-17 Thread Robbie Gemmell (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated QPID-4291:
-

Component/s: (was: Ruby Test Suite)

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.18
>
> Attachments: 
> 0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch, 
> 0002-Renamed-the-gemfile-to-qpid_messaging.patch
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-07 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: (was: 0003-Added-ruby_gemfile-as-a-build-target.patch)

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client, Ruby Test Suite
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.18
>
> Attachments: 
> 0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch, 
> 0002-Renamed-the-gemfile-to-qpid_messaging.patch
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-4291) Renamed the Ruby gemfile to "qpid_messaging"

2012-09-07 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-4291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated QPID-4291:
---

Attachment: 0003-Added-ruby_gemfile-as-a-build-target.patch
0002-Renamed-the-gemfile-to-qpid_messaging.patch
0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch

> Renamed the Ruby gemfile to "qpid_messaging"
> 
>
> Key: QPID-4291
> URL: https://issues.apache.org/jira/browse/QPID-4291
> Project: Qpid
>  Issue Type: Improvement
>  Components: Ruby Client, Ruby Test Suite
>Affects Versions: 0.18
>Reporter: Darryl L. Pierce
>Assignee: Darryl L. Pierce
> Fix For: 0.18
>
> Attachments: 
> 0001-Some-cleanup-on-the-rdoc-generation-and-markups.patch, 
> 0002-Renamed-the-gemfile-to-qpid_messaging.patch, 
> 0003-Added-ruby_gemfile-as-a-build-target.patch
>
>
> Since the name "qpid" is already claimed on Rubygems.org, we've had to change 
> the name of our gem to "qpid_messaging".
> This patch set includes changes needed in the internals for the Qpid Ruby 
> bindings to use this new naming. Users will need to change:
> require "qpid"
> to:
> require "qpid_messaging"
> to avoid any potential name collisions. Otherwise, no other changes are 
> required to their code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org